blob: 6405b2dce989deff282b0579918421ba42effc2d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
#
# $FreeBSD$
if [ "$2" != "POST-INSTALL" ]; then
exit 0
fi
%%PERL%% -i -pe "s|\" client amrecover ndmp\"|\" server restore client amrecover ndmp\"|" ${PKG_PREFIX}/%%SITE_PERL_REL%%/Amanda/Constants.pm
|