diff --git a/tmp/postinstall b/tmp/postinstall index 63226e3..764e46c 100644 --- a/tmp/postinstall +++ b/tmp/postinstall @@ -71,7 +71,7 @@ # #Eintrag in dbus für kde -sed -i "//a\ /opt/lxde/share/dbus-1/services" /etc/sysconfig/dbus-1/session.conf +sed -i "//a\ /opt/lxde/share/dbus-1/services" /etc/dbus-1/session.conf #/opt/kde/lib in ldconfig aufnehmen LIBINST=`grep "/opt/lxde/lib" /etc/ld.so.conf` diff --git a/tmp/postremove b/tmp/postremove index fc8266f..f1b3758 100644 --- a/tmp/postremove +++ b/tmp/postremove @@ -72,4 +72,4 @@ sed -i -e "/\/opt\/lxde\/lib/d" /etc/ld.so.conf sed -i -e "/\/opt\/lxde\/lib64/d" /etc/ld.so.conf -sed -i -e "/\/opt\/lxde\/share\/dbus-1\/services/d" /etc/sysconfig/dbus-1/session.conf +sed -i -e "/\/opt\/lxde\/share\/dbus-1\/services/d" /etc/dbus-1/session.conf