diff options
Diffstat (limited to 'debian/libcompface1.postinst')
-rw-r--r-- | debian/libcompface1.postinst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/libcompface1.postinst b/debian/libcompface1.postinst new file mode 100644 index 0000000..9477913 --- /dev/null +++ b/debian/libcompface1.postinst @@ -0,0 +1,8 @@ +#!/bin/sh + +if [ "$1" = "configure" ]; then + ldconfig +end + + +#DEBHELPER# |