From 8775840ca5d99ab74125631b583e0c004da31caf Mon Sep 17 00:00:00 2001 From: Kyle K Date: Thu, 3 Dec 2020 17:28:58 -0600 Subject: drop python 3.6 and 3.7 now that it is possible --- postinstall.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'postinstall.sh') diff --git a/postinstall.sh b/postinstall.sh index 30b51dc..5b64bf2 100755 --- a/postinstall.sh +++ b/postinstall.sh @@ -5,6 +5,20 @@ sleep 15 +kdialog --yesno "Would you like to proceed with running postinstall.sh script to apply GentooX theme? +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 + +Continue?" + +if [ "$?" = 1 ]; then + kdialog --sorry "exiting..." + exit 1 +fi; + + #ln -s /usr/share/applications/audacious.desktop ~/Desktop/ ln -s /usr/share/applications/mpv.desktop ~/Desktop/ ln -s /usr/share/applications/steam.desktop ~/Desktop/ -- cgit v1.2.3