mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-02 02:52:46 +02:00
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
6 lines
67 B
Bash
6 lines
67 B
Bash
#!/bin/sh
|
|
[ -f /etc/crontabs/dcc ] && \
|
|
crontab -d -u dcc
|
|
|
|
exit 0
|