]> the.earth.li Git - onak.git/commitdiff
Remove bashism from postrm (Debian packaging)
authorJonathan McDowell <noodles@earth.li>
Sun, 4 Mar 2007 23:25:30 +0000 (23:25 +0000)
committerJonathan McDowell <noodles@earth.li>
Sun, 4 Mar 2007 23:25:30 +0000 (23:25 +0000)
Lintian cleanup; remove use of g{,.1,.*.gz} for cleanup and instead
explicitly list files.

debian/changelog
debian/postrm

index aa46a854f060bee0501d8f236168a9b601c38884..c15490e1c1a05e4aeededa01fc964afc1ac3c125 100644 (file)
@@ -4,6 +4,7 @@ onak (0.3.3+arch-1) unstable; urgency=low
   * Lintian cleanups
     * Add #DEBHELPER# tokens to postinst/postrm.
     * Update FSF address in copyright file.
+    * Remove bashism from postrm.
 
  -- Jonathan McDowell <noodles@earth.li>  Sun, 04 Mar 2007 23:16:51 +0000
 
index 89569be1fa4d4528d40586c9295ebd9df3702391..d5384f95776693c4447147a8754668a0cc6b4172 100644 (file)
@@ -9,7 +9,7 @@ if [ "$1" = "purge" ]; then
        done
     fi
 
-    rm -f /var/log/onak.log{,.1,.*.gz}
+    rm -f /var/log/onak.log /var/log/onak.log.1 /var/log/onak.log.*.gz
 fi
 
 #DEBHELPER#