diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/frickin/frickin.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/frickin/frickin.xml b/packages/frickin/frickin.xml index 82a62c5f..588a1ec6 100644 --- a/packages/frickin/frickin.xml +++ b/packages/frickin/frickin.xml @@ -22,6 +22,9 @@ <custom_php_install_command> frickin_custom_php_install_command(); </custom_php_install_command> + <custom_add_php_command> + frickin_custom_php_install_command(); + </custom_add_php_command> <custom_php_deinstall_command> frickin_custom_php_deinstall_command(); </custom_php_deinstall_command> |