freebsd-ports/misc/amanda-server/files/pkg-deinstall.in
Jun Kuriyama 220a74e07d - Amanda/Constants.pm is installed by amanda-client, and it includes
constat variable as of client components only.  When amanda-server
  installed, Constants.pm should include also server components.
- To work around it, use pkg-install/pkg-deinstall script to tweak
  this variable by inplace updating.

Reported by:	Christian Gusenbauer <c47g@gmx.at>
2010-12-03 15:15:39 +00:00

9 lines
212 B
Bash

#!/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