aports/testing/dcc/dcc.post-deinstall
Duncan Bellamy 42e3d86107 testing/dcc arrange files better
add dcc.post-deinstall to remove crontab entry created during install.

remove dcc-openrc from depends as other packages do not do this
move dccifd-test to dccifd sub package and move dump-clients to dccd sub package
move dccproc to extras as procmail is depreciated
add extras to subpackages as it was missing
chmod LICENESE file so it is installed and fix man path so auto moved to doc sub package also
2020-03-08 12:48:42 +01:00

6 lines
67 B
Bash

#!/bin/sh
[ -f /etc/crontabs/dcc ] && \
crontab -d -u dcc
exit 0