File: prerm

package info (click to toggle)
bsdmainutils 9.0.6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,436 kB
  • ctags: 530
  • sloc: ansic: 6,875; makefile: 143; python: 108; sh: 84; perl: 39
file content (11 lines) | stat: -rwxr-xr-x 202 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then
	update-alternatives --remove write /usr/bin/bsd-write

	update-alternatives --remove from /usr/bin/bsd-from
fi

#DEBHELPER#