File: prerm

package info (click to toggle)
most 5.0.0a-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 1,300 kB
  • ctags: 527
  • sloc: ansic: 5,944; sh: 2,769; makefile: 148
file content (9 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

#DEBHELPER#

case "$1" in
	remove)
		update-alternatives --quiet --remove pager /usr/bin/most
		;;
esac