aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/avahi/avahi.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/avahi/avahi.xml b/packages/avahi/avahi.xml
index b9cb8bd3..8be83658 100644
--- a/packages/avahi/avahi.xml
+++ b/packages/avahi/avahi.xml
@@ -77,13 +77,16 @@
</field>
</fields>
<custom_add_php_command>
+ require_once("avahi.inc");
setup_avahi();
</custom_add_php_command>
<custom_php_install_command>
+ require_once("avahi.inc");
setup_avahi();
</custom_php_install_command>
<custom_php_deinstall_command>
+ require_once("avahi.inc");
delete_avahi();
</custom_php_deinstall_command>
- <include_file>avahi.inc</include_file>
-</packagegui> \ No newline at end of file
+ <include_file>/usr/local/pkg/avahi.inc</include_file>
+</packagegui>