Makefile: target "links" also depends of "sourcedoc" as it links the doc/source/...
[iserv-mod-room-reservation.git] / debian / postinst
index 2b042d9..3ddac10 100755 (executable)
@@ -1,6 +1,8 @@
 #!/bin/sh
+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.020946 seconds and 4 git commands to generate.