milis/bin/tamir_lxqt_turkce

16 lines
442 B
Plaintext
Raw Normal View History

2017-03-13 15:08:04 +01:00
#!/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