diff options
author | doktornotor <notordoktor@gmail.com> | 2015-08-29 21:42:26 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-08-29 21:42:26 +0200 |
commit | 42d5fcf916f0fd0ccbe8a909450f2ff2e2e5b748 (patch) | |
tree | d1a8e225b7592fec34a9ad4bc7e67ecf45db7dbd /config/widget-antivirus | |
parent | 64b09a89fda80ec3136f020252d36d1fa0987115 (diff) | |
download | pfsense-packages-42d5fcf916f0fd0ccbe8a909450f2ff2e2e5b748.tar.gz pfsense-packages-42d5fcf916f0fd0ccbe8a909450f2ff2e2e5b748.tar.bz2 pfsense-packages-42d5fcf916f0fd0ccbe8a909450f2ff2e2e5b748.zip |
Remove useless deinstall custom_php_deinstall_command
Diffstat (limited to 'config/widget-antivirus')
-rw-r--r-- | config/widget-antivirus/widget-antivirus.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config/widget-antivirus/widget-antivirus.xml b/config/widget-antivirus/widget-antivirus.xml index 91a6a392..0fcd0411 100644 --- a/config/widget-antivirus/widget-antivirus.xml +++ b/config/widget-antivirus/widget-antivirus.xml @@ -44,7 +44,7 @@ <description>Antivirus status widget add-on for HAVP</description> <requirements>HAVP package</requirements> <name>widget-antivirus</name> - <version>0.1.1</version> + <version>0.1.2</version> <title>Widget - Antivirus Status</title> <include_file>/usr/local/pkg/widget-antivirus.inc</include_file> <additional_files_needed> @@ -59,7 +59,4 @@ <prefix>/usr/local/www/widgets/widgets/</prefix> <item>https://packages.pfsense.org/packages/config/widget-antivirus/antivirus_status.widget.php</item> </additional_files_needed> - <custom_php_deinstall_command> - widget_antivirus_uninstall(); - </custom_php_deinstall_command> </packagegui> |