1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-24 18:25:23 +01:00

add debian control files

This commit is contained in:
Jan Kantert
2016-02-10 22:20:25 +01:00
parent a87e5fb9b9
commit 69bd547f0e
33 changed files with 819 additions and 0 deletions

5
debian/libpinproc.postinst.debhelper vendored Normal file
View File

@@ -0,0 +1,5 @@
# Automatically added by dh_makeshlibs
if [ "$1" = "configure" ]; then
ldconfig
fi
# End automatically added section