aboutsummaryrefslogtreecommitdiffstats
path: root/config/phpservice
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-08-25 09:49:08 +0200
committerdoktornotor <notordoktor@gmail.com>2015-08-25 09:49:08 +0200
commitec436c0e0784326ad56e69cdd599693e0932e985 (patch)
tree758f3a6d50db015f3c23ab40e814fb4a9a63bd53 /config/phpservice
parenta12de5b5a71549a7c978b9f1f11ca354a631884b (diff)
downloadpfsense-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/phpservice')
-rw-r--r--config/phpservice/phpservice.xml3
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>