diff options
author | doktornotor <notordoktor@gmail.com> | 2015-08-12 11:56:50 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-08-12 11:56:50 +0200 |
commit | bf1a0bfdf47f7b52940d63cebf9d8032a0486703 (patch) | |
tree | 9ff66905c16c442f8cca232331b7f796bc638e9e /config/cron | |
parent | e3f657e4c0ddb3ca5f09bea7cda832f148b9fbef (diff) | |
download | pfsense-packages-bf1a0bfdf47f7b52940d63cebf9d8032a0486703.tar.gz pfsense-packages-bf1a0bfdf47f7b52940d63cebf9d8032a0486703.tar.bz2 pfsense-packages-bf1a0bfdf47f7b52940d63cebf9d8032a0486703.zip |
Remove no longer used custom_php_deinstall_command as well
Diffstat (limited to 'config/cron')
-rw-r--r-- | config/cron/cron.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/cron/cron.xml b/config/cron/cron.xml index 5ec327f9..84b7f07e 100644 --- a/config/cron/cron.xml +++ b/config/cron/cron.xml @@ -83,7 +83,4 @@ <custom_php_install_command> cron_install_command(); </custom_php_install_command> - <custom_php_deinstall_command> - cron_deinstall_command(); - </custom_php_deinstall_command> </packagegui> |