summaryrefslogtreecommitdiffstats
path: root/debian/liblz-dev.install
blob: a82be7be79eb4c6059d9dfc460b64be9f2f03045 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

DEB_HOST_MULTIARCH="$(dpkg-architecture -qDEB_HOST_MULTIARCH)"

cat << EOF
usr/include
usr/lib/${DEB_HOST_MULTIARCH}/*.a
usr/lib/${DEB_HOST_MULTIARCH}/*.so
usr/share/info
EOF