makedeb
Change the look of Adwaita, with ease
Viewing /xdg-config.install
.
Click here to go back to the Git tree for gradience.
post_install() {
echo ""
echo "Setup Tutorial"
echo ""
echo "For Flatpak Libadwaita applications, you need to override their permissions:"
echo "sudo flatpak override --filesystem=xdg-config/gtk-4.0"
echo ""
echo "For Flatpak applications, you need to override their permissions:"
echo "sudo flatpak override --filesystem=xdg-config/gtk-3.0"
echo ""
echo "============================================================================="
echo "Please don't report theming issue to upstream, open an issue in the Gradience"
echo "repo instead"
echo "============================================================================="
}
post_upgrade() {
post_install
}