diff options
-rw-r--r-- | packages/dashboard/dashboard.xml | 4 | ||||
-rw-r--r-- | pkg_config.xml | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/packages/dashboard/dashboard.xml b/packages/dashboard/dashboard.xml index 7f94bc09..198aa8c9 100644 --- a/packages/dashboard/dashboard.xml +++ b/packages/dashboard/dashboard.xml @@ -16,10 +16,6 @@ <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> diff --git a/pkg_config.xml b/pkg_config.xml index ca8a2a91..53091c9a 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -17,7 +17,7 @@ <name>Dashboard</name> <descr>Adds pfSense dashboard that will be included with 1.3.</descr> <category>System</category> - <config_file>http://www.pfsense.com/packages/config/dashboard.xml</config_file> + <config_file>http://www.pfsense.com/packages/config/dashboard/dashboard.xml</config_file> <version>0.1</version> <status>ALPHA</status> <required_version>1.3</required_version> |