Hello!
I am putting together a new version of my radsecproxy package which will
make usage of the instance feature from systemd.
The old Sys-V init-script does not really work for that anymore and I
would like to remove it on upgrade.
Before I now shoot myself (and others) into an appendage, this question
here: What is the best (and safest) way of doing this?
Is it really as easy as having
if [ "$1" = "configure" ]; then
if [ -e /etc/init.d/radsecproxy ]; then
rm /etc/init.d/radsecproxy
fi
fi
in my postinst?
Grüße,
Sven!
--
Sigmentation fault. Core dumped.