diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-02-27 20:21:36 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-02-27 20:21:36 +0000 |
commit | e162e327105278385d70eaac8b4844bd8075c381 (patch) | |
tree | 8be446fdcd6bbce7fb25bf591b279f6d616e328f /packages | |
parent | afa95f2981bdf021fe6981c5546c9a898a50a96b (diff) | |
download | pfsense-packages-e162e327105278385d70eaac8b4844bd8075c381.tar.gz pfsense-packages-e162e327105278385d70eaac8b4844bd8075c381.tar.bz2 pfsense-packages-e162e327105278385d70eaac8b4844bd8075c381.zip |
Remove assp directory upon package deinstall.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/assp.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/assp.xml b/packages/assp.xml index 37de3548..88c073f7 100644 --- a/packages/assp.xml +++ b/packages/assp.xml @@ -22,4 +22,7 @@ fclose($fout); system("chmod 555 /usr/local/etc/rc.d/assp.sh"); </custom_php_install_command> + <custom_delete_php_command> + system("rm -rf /usr/local/assp"); + </custom_delete_php_command> </packagegui>
\ No newline at end of file |