Add patch for kdeglobals
This commit is contained in:
parent
a487578549
commit
02c2606d4c
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,12 @@ sed -i "/^defaultitem=/c\defaultitem=\"$sel\"" $0
|
|||
|
||||
case $sel in
|
||||
'KDE Base')
|
||||
if ( confirm "Path kdeglobals ?\n\ntouch /etc/skel/.config/kdeglobals\nchmod 700 /etc/skel/.config/kdeglobals\nln /etc/skel/.config/kdeglobals /etk/skel/.kde4/share/config/kdeglobals" ) then
|
||||
touch /etc/skel/.config/kdeglobals
|
||||
chmod 700 /etc/skel/.config/kdeglobals
|
||||
ln /etc/skel/.config/kdeglobals /etk/skel/.kde4/share/config/kdeglobals
|
||||
echo "source /etc/profile" > /etc/skel/.bashrc
|
||||
fi
|
||||
instpkg "kdebase-workspace" ""
|
||||
svcenable kdm
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue