aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-11-30 21:16:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-11-30 21:16:27 +0000
commit60a8e830200f0e2b2324383da89453e9162a4d1b (patch)
tree7357d5352eb6a679727fcd11f97468f249661eff
parent565680d78d9bdb34934900cbeda77d326a112ebe (diff)
downloadpfsense-packages-60a8e830200f0e2b2324383da89453e9162a4d1b.tar.gz
pfsense-packages-60a8e830200f0e2b2324383da89453e9162a4d1b.tar.bz2
pfsense-packages-60a8e830200f0e2b2324383da89453e9162a4d1b.zip
Recreate file after saving settings
-rw-r--r--packages/frickin/frickin.xml3
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>