aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-27 20:54:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-27 20:54:16 +0000
commit48236ffce4af0ebd79df2a16d806c962f4a33252 (patch)
tree9cfe91d04acc9f73dcb6daeb1e6738c59f1897da
parent2695c614d33740a660149f26011a1dfe619e8ced (diff)
downloadpfsense-packages-48236ffce4af0ebd79df2a16d806c962f4a33252.tar.gz
pfsense-packages-48236ffce4af0ebd79df2a16d806c962f4a33252.tar.bz2
pfsense-packages-48236ffce4af0ebd79df2a16d806c962f4a33252.zip
delete -> deinstall
-rw-r--r--packages/assp.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/assp.xml b/packages/assp.xml
index 006b7328..77f76469 100644
--- a/packages/assp.xml
+++ b/packages/assp.xml
@@ -23,7 +23,7 @@
system("chmod 555 /usr/local/etc/rc.d/assp.sh");
system("/usr/local/etc/rc.d/assp.sh &amp;");
</custom_php_install_command>
- <custom_delete_php_command>
+ <custom_php_deinstall_command>
system("rm -rf /usr/local/assp");
- </custom_delete_php_command>
+ </custom_php_deinstall_command>
</packagegui> \ No newline at end of file