diff options
author | D. V. Serg <dvserg@pfsense.org> | 2008-04-01 10:15:05 +0000 |
---|---|---|
committer | D. V. Serg <dvserg@pfsense.org> | 2008-04-01 10:15:05 +0000 |
commit | ff711b065345940f435ca0456b6ae3feb2a72231 (patch) | |
tree | fe698dba98fb634618d0295c8d5aafa175ffff7a | |
parent | 51181406df72daee98a0cb224666f57ff379b78e (diff) | |
download | pfsense-packages-ff711b065345940f435ca0456b6ae3feb2a72231.tar.gz pfsense-packages-ff711b065345940f435ca0456b6ae3feb2a72231.tar.bz2 pfsense-packages-ff711b065345940f435ca0456b6ae3feb2a72231.zip |
Lightsquid delete package fix
-rw-r--r-- | packages/lightsquid/lightsquid.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/lightsquid/lightsquid.xml b/packages/lightsquid/lightsquid.xml index 19bc10a9..38704a4b 100644 --- a/packages/lightsquid/lightsquid.xml +++ b/packages/lightsquid/lightsquid.xml @@ -46,7 +46,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>lightsquid</name> - <version>1.7.1_1</version> + <version>1.7.1</version> <title>Services: Proxy server Report(LightSquid) -> Settings</title> <category>Status</category> <include_file>/usr/local/pkg/lightsquid.inc</include_file> @@ -247,7 +247,8 @@ lightsquid_install(); lightsquid_resync(); </custom_php_install_command> - <custom_php_deinstall_command> - lightsquid_deinstall(); + <custom_php_deinstall_command> + mwexec("pkg_delete lightsquid-1.7.1"); + lightsquid_deinstall(); </custom_php_deinstall_command> </packagegui>
\ No newline at end of file |