summarylogtreecommitdiffstats
path: root/blurry-text-fix.install
diff options
context:
space:
mode:
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."
}