[Lunar-commits] <moonbase> firefox: clean up after install

Zbigniew Luszpinski zbiggy at lunar-linux.org
Sun Nov 16 15:41:29 CET 2008


commit 8c8b08a774c8fb6dc88b92d2016183a611b3a091
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Sun Nov 16 15:41:29 2008 +0100

    firefox: clean up after install
---
 web/firefox/POST_INSTALL |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/web/firefox/POST_INSTALL b/web/firefox/POST_INSTALL
index 4ae7a22..c80ccb2 100644
--- a/web/firefox/POST_INSTALL
+++ b/web/firefox/POST_INSTALL
@@ -6,6 +6,7 @@ if [ ! -z "$OLD_VER" ]; then
   for old_version in $OLD_VER
   do
     rm -rf /usr/lib/firefox-$old_version
+    rm -rf /usr/lib/firefox-devel-$old_version
   done
 fi
 


More information about the Lunar-commits mailing list