aboutsummaryrefslogtreecommitdiff
path: root/debian/libnx-x11.postinst.in
Commit message (Collapse)AuthorAgeFilesLines
* Fully rework the way nx-libs gets packaged for Debian/Ubuntu.Mike Gabriel2015-01-281-53/+0
| | | | | | | | | | | | * Debian/Ubuntu packaging: + Fully rework the way nx-libs gets packaged for Debian/Ubuntu. + Split up libnx-x11 into individual packages. + Provide dbg:packages for each bin:package containing binaries. + Use Makefile logic to install files into DESTDIR. + Provide dev:packages for each lib:package individually. + Provide nx-x11proto-*-dev packages for all libnx-* libraries. + Install _all_ library files (*.so*) to /usr/lib/<triplet>/, so no extra settings of LD_LIBRARY_PATH is necessary.
* debian/libnx-x11.postinst: Don't use dpkg-architecture (bin:package ↵Mike Gabriel2014-10-021-0/+53
dpkg-dev) in postinst script. Instead prep a libnx-x11.postinst script at build time. (Fixes: #621).