diff options
author | doktornotor <notordoktor@gmail.com> | 2015-08-25 09:49:08 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-08-25 09:49:08 +0200 |
commit | ec436c0e0784326ad56e69cdd599693e0932e985 (patch) | |
tree | 758f3a6d50db015f3c23ab40e814fb4a9a63bd53 /config | |
parent | a12de5b5a71549a7c978b9f1f11ca354a631884b (diff) | |
download | pfsense-packages-ec436c0e0784326ad56e69cdd599693e0932e985.tar.gz pfsense-packages-ec436c0e0784326ad56e69cdd599693e0932e985.tar.bz2 pfsense-packages-ec436c0e0784326ad56e69cdd599693e0932e985.zip |
Remove useless phpservice_deinstall_command()
All of these are dealt with by uninstall_package() and delete_package_xml() from pkg-utils.inc.
Diffstat (limited to 'config')
-rw-r--r-- | config/phpservice/phpservice.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/phpservice/phpservice.xml b/config/phpservice/phpservice.xml index e437be20..6bada596 100644 --- a/config/phpservice/phpservice.xml +++ b/config/phpservice/phpservice.xml @@ -81,7 +81,4 @@ <custom_php_install_command> phpservice_install_command(); </custom_php_install_command> - <custom_php_deinstall_command> - phpservice_deinstall_command(); - </custom_php_deinstall_command> </packagegui> |