summarylogtreecommitdiffstats
path: root/jasper-theme.install
blob: ac444bd7a81610bc9ff65f7b1ba27b90b680862e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  echo ""
  echo "To force Libadwaita appliations to use the gtk-4.0 theme,"
  echo "symlink the gtk-4.0 theme to config folder"
  echo "(replace Jasper-Dark with chosen theme variant):"
  echo ""
  echo "mkdir -p ~/.config/gtk-4.0/"
  echo "ln -sf /usr/share/themes/Jasper-Dark/gtk-4.0/{assets,gtk.css,gtk-dark.css} ~/.config/gtk-4.0/"
  echo ""
}

post_upgrade() {
   post_install
}