diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/miniupnpd/miniupnpd.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/packages/miniupnpd/miniupnpd.xml b/packages/miniupnpd/miniupnpd.xml index 0b9b5b35..f2f144d3 100644 --- a/packages/miniupnpd/miniupnpd.xml +++ b/packages/miniupnpd/miniupnpd.xml @@ -53,18 +53,9 @@ <type>interfaces_selection</type> </field> </fields> - <custom_php_global_functions> - sync_package_miniupnpd(); - </custom_php_global_functions> <custom_add_php_command> sync_package_miniupnpd(); </custom_add_php_command> - <custom_php_resync_command> - sync_package_miniupnpd(); - </custom_php_resync_command> - <custom_php_install_command> - sync_package_miniupnpd(); - </custom_php_install_command> <custom_php_deinstall_command> exec("rm /usr/local/etc/rc.d/miniupnpd*"); </custom_php_deinstall_command> |