summarylogtreecommitdiffstats
path: root/xdg-config.install
blob: 05c31737193288888027bd86b992f936b8c34416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

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 (https://github.com/GradienceTeam/Gradience/issues/new/choose)"
  echo "============================================================================="
}

post_upgrade() {
   post_install
}