diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-11-30 21:16:27 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-11-30 21:16:27 +0000 |
commit | 60a8e830200f0e2b2324383da89453e9162a4d1b (patch) | |
tree | 7357d5352eb6a679727fcd11f97468f249661eff /packages | |
parent | 565680d78d9bdb34934900cbeda77d326a112ebe (diff) | |
download | pfsense-packages-60a8e830200f0e2b2324383da89453e9162a4d1b.tar.gz pfsense-packages-60a8e830200f0e2b2324383da89453e9162a4d1b.tar.bz2 pfsense-packages-60a8e830200f0e2b2324383da89453e9162a4d1b.zip |
Recreate file after saving settings
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> |