aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-27 20:21:36 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-27 20:21:36 +0000
commite162e327105278385d70eaac8b4844bd8075c381 (patch)
tree8be446fdcd6bbce7fb25bf591b279f6d616e328f
parentafa95f2981bdf021fe6981c5546c9a898a50a96b (diff)
downloadpfsense-packages-e162e327105278385d70eaac8b4844bd8075c381.tar.gz
pfsense-packages-e162e327105278385d70eaac8b4844bd8075c381.tar.bz2
pfsense-packages-e162e327105278385d70eaac8b4844bd8075c381.zip
Remove assp directory upon package deinstall.
-rw-r--r--packages/assp.xml3
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