mirror of
git://slackware.nl/current.git
synced 2024-12-31 10:28:29 +01:00
10 lines
343 B
Text
10 lines
343 B
Text
|
# Create a symlink in /usr/bin to the kdesu binary
|
||
|
( cd $PKG/usr/bin ; ln -s /usr/lib${LIBDIRSUFFIX}/kde4/libexec/kdesu . )
|
||
|
|
||
|
# Remove the hicolor icon theme index.theme so it doesn't clobber the real one
|
||
|
rm -f $PKG/usr/share/icons/hicolor/index.theme
|
||
|
|
||
|
# Move the dbus configuration files to the proper place:
|
||
|
mv $PKG/etc/kde/dbus-1 $PKG/etc/
|
||
|
|