[Lunar-commits] <moonbase> firefox: clean up old installations

Zbigniew Luszpinski zbiggy at lunar-linux.org
Fri Apr 29 02:20:30 CEST 2011


commit d4b6e091aa4d42b36f81793385c966a3184357f8
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Fri Apr 29 02:20:30 2011 +0200

    firefox: clean up old installations
---
 web/firefox/POST_INSTALL |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/web/firefox/POST_INSTALL b/web/firefox/POST_INSTALL
index c80ccb2..5ca5b8a 100644
--- a/web/firefox/POST_INSTALL
+++ b/web/firefox/POST_INSTALL
@@ -7,6 +7,9 @@ if [ ! -z "$OLD_VER" ]; then
   do
     rm -rf /usr/lib/firefox-$old_version
     rm -rf /usr/lib/firefox-devel-$old_version
+    rm -rf /usr/include/firefox-$old_version
+    rm -rf /usr/share/idl/firefox-$old_version
+    rm -rf /usr/lib/gcc/i686-pc-linux-gnu/4.5.2/include-fixed/firefox-$old_version
   done
 fi
 


More information about the Lunar-commits mailing list