Add patch for kdeglobals
This commit is contained in:
parent
55f89b33bd
commit
e6e0c068b5
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ case $sel in
|
||||||
echo "#!/bin/bash" > $kdeglobalsfile
|
echo "#!/bin/bash" > $kdeglobalsfile
|
||||||
echo "rm ~/.kde4/share/config/kdeglobals" > $kdeglobalsfile
|
echo "rm ~/.kde4/share/config/kdeglobals" > $kdeglobalsfile
|
||||||
echo "ln ~/.config/kdeglobals ~/.kde4/share/config/kdeglobals" > $kdeglobalsfile
|
echo "ln ~/.config/kdeglobals ~/.kde4/share/config/kdeglobals" > $kdeglobalsfile
|
||||||
|
chmod 755 $kdeglobalsfile
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
'KDE Localisations') script install/desktop/kde4/localisations;;
|
'KDE Localisations') script install/desktop/kde4/localisations;;
|
||||||
|
|
Loading…
Reference in a new issue