summaryrefslogtreecommitdiff
path: root/cmake/PostUninstall.in
blob: dc3bb52dc11c791b11b46f39f8afed4059efab95 (plain)
1
2
3
4
5
6
7
%systemd_postun_with_restart mrenv.service mrzcpd.service mrtunnat.service
/sbin/ldconfig

if [ $1 -eq 0 ]; then
	command="update-alternatives --remove mrzcpd @CMAKE_INSTALL_PREFIX@/@MR_INSTALL_BINDIR@/mrzcpd --altdir @CMAKE_INSTALL_PREFIX@/altdir"
eval $command
fi