summaryrefslogtreecommitdiff
path: root/misc/amanda-server/files/pkg-deinstall.in
blob: 83c34425f9fe51c3fdc666708db6aa9f7adbfa91 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

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