diff options
author | doktornotor <notordoktor@gmail.com> | 2015-08-25 09:23:43 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-08-25 09:23:43 +0200 |
commit | 5c616736ed1a94e9ae4a65da3f433aeee000d810 (patch) | |
tree | 81cc46c26c85b01dcf1e600ddbc1810f6b1d04b1 /config/notes | |
parent | 11b621409408b96cbf6415a7af4a42ca5512b996 (diff) | |
download | pfsense-packages-5c616736ed1a94e9ae4a65da3f433aeee000d810.tar.gz pfsense-packages-5c616736ed1a94e9ae4a65da3f433aeee000d810.tar.bz2 pfsense-packages-5c616736ed1a94e9ae4a65da3f433aeee000d810.zip |
Remove useless custom_php_deinstall_command
These are dealt with by uninstall_package() from pkg-utils.inc.
Diffstat (limited to 'config/notes')
-rw-r--r-- | config/notes/notes.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/notes/notes.xml b/config/notes/notes.xml index e74a76f1..7d94593f 100644 --- a/config/notes/notes.xml +++ b/config/notes/notes.xml @@ -103,7 +103,4 @@ <rows>20</rows> </field> </fields> - <custom_php_deinstall_command> - notes_deinstall_command(); - </custom_php_deinstall_command> </packagegui> |