releasing version 1.3 1.3
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 16 May 2006 15:20:33 +0000 (15:20 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 16 May 2006 15:20:33 +0000 (15:20 +0000)
debian/changelog
debian/preinst

index 63f62e7ce9a3bb633d805357e754cfdbd6c1531e..1ab9edf9439b0ad301713c6eaaa258b54fd8ef85 100644 (file)
@@ -1,3 +1,9 @@
+ikiwiki (1.3) unstable; urgency=low
+
+  * Fix the preinst introduced in the last version. Closes: #367458
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 16 May 2006 02:43:02 -0500
+
 ikiwiki (1.2) unstable; urgency=low
 
   * Remove dups from the brokenlinks list.
index e566939f6c6e0a1e7c083cd7897620ae42a5a3cf..12d3d83afaa34d38faa9f9a8445080a52446c049 100755 (executable)
@@ -5,6 +5,9 @@
 if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 1.2; then
        if [ -e /etc/wikilist ]; then
                if [ ! -e /etc/ikiwiki/wikilist ]; then
+                       if [ ! -e /etc/ikiwiki ]; then
+                               mkdir /etc/ikiwiki
+                       fi
                        mv -f /etc/wikilist /etc/ikiwiki/wikilist
                else
                        rm -f /etc/wikilist