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/postrm | |
| 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 'debian/postrm')
| -rw-r--r-- | debian/postrm | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/debian/postrm b/debian/postrm index 2a99079..ec73b41 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,8 +1,3 @@  #!/bin/sh -  set -e - -dpkg-maintscript-helper rm_conffile \ -  /etc/w3m/w3mconfig 0.4.2-2~ -- "$@" -  #DEBHELPER# | 
