summaryrefslogtreecommitdiffstats
path: root/postinstall.sh
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2020-12-06 20:50:13 -0600
committerKyle K <kylek389@gmail.com>2020-12-06 20:50:13 -0600
commitbf9e245cb4bd6c0b7ccf3b75bac5502509bb00c1 (patch)
treecb99e3260ad1a68c7df284559d78788bb43114d2 /postinstall.sh
parent8775840ca5d99ab74125631b583e0c004da31caf (diff)
downloadgentoox-bf9e245cb4bd6c0b7ccf3b75bac5502509bb00c1.tar.gz
gentoox-bf9e245cb4bd6c0b7ccf3b75bac5502509bb00c1.tar.bz2
gentoox-bf9e245cb4bd6c0b7ccf3b75bac5502509bb00c1.zip
some cleanups
Diffstat (limited to 'postinstall.sh')
-rwxr-xr-xpostinstall.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/postinstall.sh b/postinstall.sh
index 5b64bf2..8f6fb01 100755
--- a/postinstall.sh
+++ b/postinstall.sh
@@ -9,7 +9,9 @@ kdialog --yesno "Would you like to proceed with running postinstall.sh script to
An internet connection is required to pull necessary theme dependency from https://store.kde.org
Plese ensure network connectivity and logout/login for theme to properly apply after script finishes.
-All modifications can be removed by removing dotfiles with rm -rf ~/.* to go back to vanilla KDE theme
+All modifications can be reverted by removing dotfiles with rm -rf ~/.* to go back to vanilla KDE theme.
+
+Note: You can run postinstall.sh at later time by executing /usr/src/postinstall.sh script
Continue?"
@@ -432,3 +434,5 @@ sed -i -r "s/^Exec=(.*)$/Exec=mpv-kio.sh/g" ~/.local/share/applications/mpv-kio.
# after script runs delete it
sed -i "s/~\/postinstall.sh &//" ~/.xinitrc
rm -- "$0"
+
+qdbus org.kde.ksmserver /KSMServer logout 1 0 0