From d74b515925ba838e87988edf510582dee4d5c80b Mon Sep 17 00:00:00 2001 From: Bruno Ribas Date: Fri, 16 Sep 2016 15:14:48 -0300 Subject: Added debian/ This dir contains necessary files to generate a Debian package. From now on you may run 'dpkg-buildpackage' to generate a boca package. Signed-off-by: Bruno Ribas --- debian/postinst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 debian/postinst (limited to 'debian/postinst') diff --git a/debian/postinst b/debian/postinst new file mode 100644 index 0000000..65e238f --- /dev/null +++ b/debian/postinst @@ -0,0 +1,6 @@ +#!/bin/bash + +chown -R www-data.www-data /var/www/boca +chmod 4555 /usr/bin/safeexec + +service apache2 restart || true -- cgit v1.2.3