aboutsummaryrefslogtreecommitdiff
path: root/misc/amanda32-server/files/pkg-deinstall.in
blob: dc962ad302fc125c1710e733f8fef8874d98abc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh
#
# $FreeBSD$

if [ "$2" != "DEINSTALL" ]; then
	exit 0
fi

%%PERL%% -i -pe "s|\" server restore client amrecover ndmp\"|\" client amrecover ndmp\"|" ${PKG_PREFIX}/%%SITE_PERL_REL%%/Amanda/Constants.pm