File: prerm

package info (click to toggle)
bsdmainutils 11.1.2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,488 kB
  • sloc: ansic: 7,001; makefile: 157; python: 108; sh: 91; 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#