tamir_lxqt_turkce

This commit is contained in:
milisarge 2017-03-13 16:08:04 +02:00
parent 9c88e0be02
commit 48faf55298
1 changed files with 15 additions and 0 deletions

15
bin/tamir_lxqt_turkce Executable file
View File

@ -0,0 +1,15 @@
#!/bin/bash
masa=lxqt
if [ "`cat ~/.xinitrc | grep $masa`" ]; then
if [ -d /opt/lxqt-turkce ]; then
cd /opt/lxqt-turkce && git pull
else
git clone https://github.com/yasarciv/LXQt-Turkce /opt/lxqt-turkce
fi
cp -rf /opt/lxqt-turkce/applications/* /usr/share/applications/
cp -rf /opt/lxqt-turkce/desktop-directories/* /usr/share/desktop-directories/
echo "türkçe güncellemeler yapıldı."
else
echo "masaüstü lxqt değil!"
fi