projects
/
phpbb2-cn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50f9eb9
)
r3:
author
Ivan Rako
<Ivan.Rako@CARNet.hr>
Tue, 23 Oct 2007 09:41:38 +0000
(09:41 +0000)
committer
Ivan Rako
<Ivan.Rako@CARNet.hr>
Tue, 23 Oct 2007 09:41:38 +0000
(09:41 +0000)
debian/postinst
patch
|
blob
|
history
diff --git
a/debian/postinst
b/debian/postinst
index
743f6a4
..
a37e5a3
100755
(executable)
--- a/
debian/postinst
+++ b/
debian/postinst
@@
-3,6
+3,7
@@
set -e
[ "$1" = "configure" ] || exit 0
+[ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx
if [ ! -L /etc/apache2/conf.d/phpbb2-cn.conf -a ! -f /etc/apache2/conf.d/phpbb2-cn.conf ]; then
ln -sf /etc/phpbb2/apache.conf /etc/apache2/conf.d/phpbb2-cn.conf