From fb43c9ffd09b3f5e8fd35651daed59839221fe36 Mon Sep 17 00:00:00 2001
From: Jonathan McDowell <noodles@earth.li>
Date: Sun, 4 Mar 2007 23:25:30 +0000
Subject: [PATCH] Remove bashism from postrm (Debian packaging) Lintian
 cleanup; remove use of g{,.1,.*.gz} for cleanup and instead explicitly list
 files.

---
 debian/changelog | 1 +
 debian/postrm    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index aa46a85..c15490e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
 
diff --git a/debian/postrm b/debian/postrm
index 89569be..d5384f9 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -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#
-- 
2.39.5