mirror of
git://slackware.nl/current.git
synced 2025-01-11 08:01:05 +01:00
11 lines
310 B
Text
11 lines
310 B
Text
# Move the dbus configuration files to the proper place:
|
|||
mv $PKG/etc/kde/dbus-1 $PKG/etc/
|
|||
|
|||
# Kalarm should not start in XFCE:
|
|||
if ! grep -q "OnlyShowIn=KDE;" \
|
|||
$PKG/etc/kde/xdg/autostart/kalarm.autostart.desktop ; then
|
|||
echo "OnlyShowIn=KDE;" \
|
|||
>> $PKG/etc/kde/xdg/autostart/kalarm.autostart.desktop
|
|||
fi
|
|||
|