File: prerm

package info (click to toggle)
w3m 0.3-2.4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,248 kB
  • ctags: 7
  • sloc: makefile: 167; sh: 52
file content (11 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#

case "$1" in
    remove|deconfigure)
        update-alternatives --quiet --remove pager /usr/bin/w3m
        ;;
    *)
esac

#DEBHELPER#