summarylogtreecommitdiffstats
path: root/blurry-text-fix-reinstall
diff options
context:
space:
mode:
authorTomkoid2023-05-20 13:15:47 +0200
committerTomkoid2023-05-20 13:15:47 +0200
commitb113db5f645ebfed887389ef70a39e736bae72ab (patch)
tree12d96e63369c52472fdab0dfb90e37565e9b9e88 /blurry-text-fix-reinstall
parent0147632cb902a4c62959de54283dec613f78ce08 (diff)
downloadaur-b113db5f645ebfed887389ef70a39e736bae72ab.tar.gz
bump package to version 3-1, append changes to file instead of replacing the file with a template
Diffstat (limited to 'blurry-text-fix-reinstall')
-rw-r--r--blurry-text-fix-reinstall28
1 files changed, 0 insertions, 28 deletions
diff --git a/blurry-text-fix-reinstall b/blurry-text-fix-reinstall
deleted file mode 100644
index 0f2a7309d2cf..000000000000
--- a/blurry-text-fix-reinstall
+++ /dev/null
@@ -1,28 +0,0 @@
-if [ "$(id -u)" != 0 ]; then
- echo "####################################"
- echo "You need to run this command as root"
- echo "####################################"
- exit 1
-fi
-
-# GTK 4
-if [[ ! -f "/usr/share/gtk-4.0/settings-old.ini" ]]
-then
- echo "> Renaming gtk-4.0/settings.ini to gtk-4.0/settings-old.ini."
- mv /usr/share/gtk-4.0/settings.ini /usr/share/gtk-4.0/settings-old.ini
-fi
-
-echo "> Installing modified config to gtk-4.0/settings.ini."
-cp /etc/blurry-text-fix/gtk-4.0/settings.ini /usr/share/gtk-4.0/settings.ini
-
-if [[ -f "/usr/bin/flatpak" ]]
-then
- echo "> Overriding Flatpak.."
- flatpak override --filesystem=xdg-config/gtk-4.0
- flatpak override --filesystem=xdg-config/gtk-3.0
-fi
-
-echo "INFO: Your backup file is in /usr/share/gtk-<version>/settings-old.ini"
-echo "INFO: If you want to edit settings.ini, then edit this file /etc/blurry-text-fix and then run blurry-text-fix-reload"
-echo "### Done. Please relog to apply changes."
-exit 0