blob: 88521a6bf1dd65ed28d4410d3ee0f3e7091ec984 (
plain) (
blame)
1
2
3
4
5
6
7
|
#!/bin/sh
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
|