summarylogtreecommitdiffstats
path: root/matcha-gtk-theme.install
blob: d9ff759eb4c54a9976b8f0048ab1ac4c99e9e77d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  echo ""
  echo "Firefox theme"
  echo "See /usr/share/doc/matcha-gtk-theme/firefox/README.md"
  echo ""
  echo "Gedit theme"
  echo "See /usr/share/doc/matcha-gtk-theme/gedit/README.md"
  echo ""
}

post_upgrade() {
  post_install
}