Import Debian changes 1.8.5-1
[hcoop/debian/openafs.git] / debian / openafs-client.prerm
CommitLineData
b7cfede0
BK
1#!/bin/sh
2
3set -e
4
5if [ "$1" = remove ] || [ "$1" = deconfigure ] ; then
6 update-alternatives --remove pagsh /usr/bin/pagsh.openafs
7fi
8
9#DEBHELPER#
10
11exit 0