From d6d37ee0c991ead2b1613c0af242d2e603313d87 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Wed, 4 May 2011 16:24:02 +0900 Subject: Releasing debian version 0.5.2-1 --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/postinst') diff --git a/debian/postinst b/debian/postinst index 1ba8910..4268351 100644 --- a/debian/postinst +++ b/debian/postinst @@ -15,7 +15,7 @@ case "$1" in if test -e /etc/w3m/w3mconfig; then mv -f /etc/w3m/w3mconfig /etc/w3m/w3mconfig.dpkg-tmp tmp=$(tempfile -p w3m.subst.) - trap "rm -f $tmp" 0 1 2 15 + trap "rm -f $tmp" 0 while read opt val do val0=$(sed -ne 's/^'$opt'[[:space:]]*//p' /etc/w3m/w3mconfig.dpkg-tmp) -- cgit v1.2.3