summarylogtreecommitdiffstats
path: root/blurry-text-fix.install
diff options
context:
space:
mode:
authorTomkoid2022-04-30 12:49:52 +0200
committerTomkoid2022-04-30 12:49:52 +0200
commit4c15b6e5f0bc86fdc03ea255fce4610de50cafc8 (patch)
tree8f28142fdeb0c976c3f804019d491915a2302aba /blurry-text-fix.install
parent2c755a8ec30de1792c57e2909b5e1393ef1c8015 (diff)
downloadaur-4c15b6e5f0bc86fdc03ea255fce4610de50cafc8.tar.gz
Update
Diffstat (limited to 'blurry-text-fix.install')
-rw-r--r--blurry-text-fix.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/blurry-text-fix.install b/blurry-text-fix.install
index e178e9d59f1d..fc7c2d5a0536 100644
--- a/blurry-text-fix.install
+++ b/blurry-text-fix.install
@@ -22,15 +22,20 @@ post_install() {
flatpak override --filesystem=xdg-config/gtk-4.0
fi
+ echo "The new config file is stored in /usr/share/gtk-4.0/settings.ini."
echo "### Done. Please relog to apply changes."
}
post_upgrade() {
+ echo "### Please ignore file details warnings."
post_install
}
post_remove() {
+ echo "Removing modified settings.ini."
rm /usr/share/gtk-4.0/settings.ini
+ echo "Restoring old settings.ini."
mv /usr/share/gtk-4.0/settings-old.ini /usr/share/gtk-4.0/settings.ini
+ echo "The old config file is stored in /usr/share/gtk-4.0/settings.ini."
echo "### Done. Please relog to apply changes."
}