diff options
Diffstat (limited to 'debian/libcompfaceg1.postinst')
-rw-r--r-- | debian/libcompfaceg1.postinst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/libcompfaceg1.postinst b/debian/libcompfaceg1.postinst new file mode 100644 index 0000000..dbd5217 --- /dev/null +++ b/debian/libcompfaceg1.postinst @@ -0,0 +1,13 @@ +#!/bin/sh -e + +PACKAGE="libcompfaceg1" + +# FSSTND compatible symlinks +if [ "$1" = "configure" ]; then + # Fix libs + ldconfig +fi + +#DEBHELPER# + + |