aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2006-09-20 19:33:27 +0000
committerPetter Reinholdtsen <pere@hungry.com>2006-09-20 19:33:27 +0000
commit445ab041ebb3e321a05af7987d4abf8e1642497d (patch)
treec8115886dee3298162e9bbbe314c684c9d4020c3
parent7d6d1cf7e2a11ffec39c7649c72566d4bcba8ca8 (diff)
downloadsitesummary-445ab041ebb3e321a05af7987d4abf8e1642497d.tar.gz
sitesummary-445ab041ebb3e321a05af7987d4abf8e1642497d.tar.bz2
sitesummary-445ab041ebb3e321a05af7987d4abf8e1642497d.tar.xz
* Fix typo in sitesummary postinst, breaking upgrades.
-rw-r--r--debian/sitesummary.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/sitesummary.postinst b/debian/sitesummary.postinst
index fad658a..fed549c 100644
--- a/debian/sitesummary.postinst
+++ b/debian/sitesummary.postinst
@@ -3,7 +3,7 @@
set -e
# Adjust to the new config location, in /etc/apache2/conf.d/sitesummary
-if [ /etc/apache2/sites-available/sitesummary ]; then
+if [ -f /etc/apache2/sites-available/sitesummary ]; then
a2dissite sitesummary
rm /etc/apache2/sites-available/sitesummary
fi