diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2020-05-02 03:44:21 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2020-05-02 03:44:21 +0000 |
commit | d64486b69d93cd45049f49e7326e087251e59fa0 (patch) | |
tree | 616989b2d2fd2c8aa5064eca7449f214bfea52ee /debian/postinst | |
parent | Replace tab with spaces in debian/copyright (diff) | |
download | w3m-d64486b69d93cd45049f49e7326e087251e59fa0.tar.gz w3m-d64486b69d93cd45049f49e7326e087251e59fa0.zip |
Use maintscript file instead of manual calls to dpkg-maintscript-helper
Diffstat (limited to '')
-rw-r--r-- | debian/postinst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/postinst b/debian/postinst index 7a4a174..8c56088 100644 --- a/debian/postinst +++ b/debian/postinst @@ -2,9 +2,6 @@ set -e -dpkg-maintscript-helper rm_conffile \ - /etc/w3m/w3mconfig 0.4.2-2~ -- "$@" - case "$1" in configure) update-alternatives --quiet --install /usr/bin/pager pager \ |