diff options
-rw-r--r-- | packages/bsdstats/bsdstats.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/bsdstats/bsdstats.xml b/packages/bsdstats/bsdstats.xml index 8ae7834e..c9d587ca 100644 --- a/packages/bsdstats/bsdstats.xml +++ b/packages/bsdstats/bsdstats.xml @@ -21,5 +21,7 @@ system("cat /etc/periodic.conf | grep -n \"monthly_statistics_report_devices\" >/tmp/periodic.conf"); system("cat /tmp/periodic.conf | grep -n \"monthly_statistics_enable\" >/etc/periodic.conf"); system("rm /usr/local/etc/periodic/monthly/300.statistics"); + system("rm /tmp/periodic.conf"); + system("rm /tmp/getid"); </custom_php_deinstall_command> </packagegui> |