diff options
Diffstat (limited to 'packages/dashboard/dashboard.xml')
-rw-r--r-- | packages/dashboard/dashboard.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/packages/dashboard/dashboard.xml b/packages/dashboard/dashboard.xml new file mode 100644 index 00000000..7f94bc09 --- /dev/null +++ b/packages/dashboard/dashboard.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8" ?> +<packagegui> + <title>Dashboard</title> + <name>dashboard</name> + <version>0.1</version> + <additional_files_needed> + <prefix>/usr/local/pkg/</prefix> + <chmod>077</chmod> + <item>http://www.pfsense.com/packages/config/dashboard/dashboard.inc</item> + </additional_files_needed> + <additional_files_needed> + <prefix>/usr/local/pkg/</prefix> + <chmod>077</chmod> + <item>http://www.pfsense.com/packages/config/dashboard/binaries/widgets.tgz</item> + </additional_files_needed> + <custom_php_install_command> + dashboard_install(); + </custom_php_install_command> + <custom_add_php_command> + </custom_add_php_command> + <custom_php_resync_command> + </custom_php_resync_command> + <custom_php_deinstall_command> + dashboard_deinstall(); + </custom_php_deinstall_command> +</packagegui> + + +
\ No newline at end of file |