diff --git a/init/genpkg b/init/genpkg new file mode 100644 index 0000000..4bca46a --- /dev/null +++ b/init/genpkg @@ -0,0 +1,14 @@ +#!/bin/bash +#genpkg fuer kde Package +#(c) Rainmaker MultiMedia OHG +# +#$Author: kueller $ +#$Date: 2011-08-24 08:30:24 +0200 (Mi, 24. Aug 2011) $ +#$Revision: 6222 $ +# +# + +if [ "$MK64BIT" == "true" ]; then + mkdir usr/X11R7/lib64 + tar -C usr/X11R7/lib -cf - .|tar -C usr/X11R7/lib64 -xf - +fi diff --git a/tmp/postremove b/tmp/postremove index 731c7d4..b1f5577 100644 --- a/tmp/postremove +++ b/tmp/postremove @@ -72,4 +72,4 @@ sed -i -e "/\/opt\/kde\/lib/d" /etc/ld.so.conf sed -i -e "/\/opt\/kde\/lib64/d" /etc/ld.so.conf -sed -i -e "/\/opt\/kde\/share\/dbus-1\/services/d" /etc/sysconfig/dbus-1/session.conf +sed -i -e "/\/opt\/kde\/share\/dbus-1\/services/d" /etc/dbus-1/session.conf