Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=imgrebuild.git;a=commitdiff;h=1b3706df6ac066fbb87881fa4b98b4447e5911e6

commit 1b3706df6ac066fbb87881fa4b98b4447e5911e6
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Mon May 31 12:24:10 2010 +0200

gtkhtml312-3.12.3-2-i686

- remove unused install scriptlet

diff --git a/source/gnome-extra/gtkhtml312/gtkhtml312.install 
b/source/gnome-extra/gtkhtml312/gtkhtml312.install
deleted file mode 100644
index 79ce3b8..0000000
--- a/source/gnome-extra/gtkhtml312/gtkhtml312.install
+++ /dev/null
@@ -1,26 +0,0 @@
-post_install()
-{
-       if ! [ `grep '/usr/lib/gtkhtml312/lib' etc/ld.so.conf` ]; then
-               echo "/usr/lib/gtkhtml312/lib" >>etc/ld.so.conf
-               /sbin/ldconfig -r .
-       else
-               /sbin/ldconfig -r . > /dev/null 2>&1
-       fi
-}
-
-post_upgrade()
-{
-        post_install $1
-}
-
-post_remove()
-{
-       cat /etc/ld.so.conf | grep -v '/usr/lib/gtkhtml312/lib' 
>/tmp/ld.so.conf.new
-       mv /tmp/ld.so.conf.new etc/ld.so.conf
-       chmod 644 etc/ld.so.conf
-        /sbin/ldconfig -r .
-}
-
-op=$1
-shift
-$op $*
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to