From: Jonathan McDowell Date: Sun, 4 Mar 2007 23:25:30 +0000 (+0000) Subject: Remove bashism from postrm (Debian packaging) X-Git-Tag: 0.3.4~10 X-Git-Url: http://the.earth.li/gitweb/?p=onak.git;a=commitdiff_plain;h=fb43c9ffd09b3f5e8fd35651daed59839221fe36 Remove bashism from postrm (Debian packaging) Lintian cleanup; remove use of g{,.1,.*.gz} for cleanup and instead explicitly list files. --- 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 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#