diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-02-27 20:54:16 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-02-27 20:54:16 +0000 |
commit | 48236ffce4af0ebd79df2a16d806c962f4a33252 (patch) | |
tree | 9cfe91d04acc9f73dcb6daeb1e6738c59f1897da /packages | |
parent | 2695c614d33740a660149f26011a1dfe619e8ced (diff) | |
download | pfsense-packages-48236ffce4af0ebd79df2a16d806c962f4a33252.tar.gz pfsense-packages-48236ffce4af0ebd79df2a16d806c962f4a33252.tar.bz2 pfsense-packages-48236ffce4af0ebd79df2a16d806c962f4a33252.zip |
delete -> deinstall
Diffstat (limited to 'packages')
-rw-r--r-- | packages/assp.xml | 4 |
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 &"); </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 |