diff options
Diffstat (limited to 'debian/backupninja.postinst')
-rw-r--r-- | debian/backupninja.postinst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/backupninja.postinst b/debian/backupninja.postinst new file mode 100644 index 0000000..89c991d --- /dev/null +++ b/debian/backupninja.postinst @@ -0,0 +1,17 @@ +#!/bin/sh +set -e + +# Automatically added by dh_installmenu +if [ "$1" = "configure" ] +then + chmod 770 /etc/backup.d +fi + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + |