diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/arping/arping.xml | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/packages/arping/arping.xml b/packages/arping/arping.xml index 46846224..7246ff65 100644 --- a/packages/arping/arping.xml +++ b/packages/arping/arping.xml @@ -34,16 +34,7 @@ <type>input</type> </field> </fields> - <custom_php_install_command> - arping_package_reinstall(); - </custom_php_install_command> - <custom_php_after_form_command> + <custom_add_php_command> arping_package_php_command(); - </custom_php_after_form_command> - <custom_php_resync_command> - arping_package_resync(); - </custom_php_resync_command> - <custom_php_deinstall_command> - arping_deinstall(); - </custom_php_deinstall_command> + </custom_add_php_command> </packagegui> |