diff options
Diffstat (limited to 'debian/boca-common.postinst')
| -rw-r--r-- | debian/boca-common.postinst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/boca-common.postinst b/debian/boca-common.postinst index 9492c78..3ff74f1 100644 --- a/debian/boca-common.postinst +++ b/debian/boca-common.postinst @@ -49,4 +49,9 @@ esac chmod 600 /var/www/boca/src/private/conf.php chown www-data:www-data /var/www/boca/src/private/conf.php +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + exit 0 |