From 48faf55298049169c57ba4c43357528c25db2815 Mon Sep 17 00:00:00 2001 From: milisarge Date: Mon, 13 Mar 2017 16:08:04 +0200 Subject: [PATCH] tamir_lxqt_turkce --- bin/tamir_lxqt_turkce | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 bin/tamir_lxqt_turkce diff --git a/bin/tamir_lxqt_turkce b/bin/tamir_lxqt_turkce new file mode 100755 index 000000000..a767c2fb7 --- /dev/null +++ b/bin/tamir_lxqt_turkce @@ -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 +