File: postfwd.prerm

package info (click to toggle)
postfwd 1.35-10
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,572 kB
  • sloc: perl: 5,574; sh: 293; makefile: 40
file content (10 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

if [ "$1" = remove ] || [ "$1" = deconfigure ]; then
	update-alternatives --remove postfwd /usr/sbin/postfwd1
	update-alternatives --remove postfwd /usr/sbin/postfwd2
fi

#DEBHELPER#