Makefile: added distclean to phony targets, documentation is installed in /usr/share...
[iserv-mod-room-reservation.git] / debian / postinst
index 2b042d9..6e96da0 100755 (executable)
@@ -1,6 +1,9 @@
 #!/bin/sh
+touch /usr/share/iserv/www/inc/mod_room-reservation/config.inc
+chmod g+w /usr/share/iserv/www/inc/mod_room-reservation/config.inc
+chgrp www-data /usr/share/iserv/www/inc/mod_room-reservation/config.inc
 chkdb -r
 chkpriv
 chklocale
-
+ln -fs /usr/share/doc/iserv-mod-room-reservation /usr/share/doc/iserv/mod/room-reservation
 #DEBHELPER#
This page took 0.030431 seconds and 4 git commands to generate.