diff options
| author | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:24:02 +0000 | 
|---|---|---|
| committer | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:24:02 +0000 | 
| commit | d6d37ee0c991ead2b1613c0af242d2e603313d87 (patch) | |
| tree | f54ef4313b0db75941e44bf480c5b9edfa16e208 /debian/postinst | |
| parent | Releasing debian version 0.5.1-5.1 (diff) | |
| download | w3m-debian/0.5.2-1.tar.gz w3m-debian/0.5.2-1.zip | |
Releasing debian version 0.5.2-1debian/0.5.2-1
Diffstat (limited to '')
| -rw-r--r-- | debian/postinst | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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) | 
