summarylogtreecommitdiffstats
path: root/zuki-themes.install
blob: 30010b755d7c26f46ff79504474764c407f0cfe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
post_install() {
  echo
  echo "==> To enable/update the Firefox theme, run:"
  echo "==> "
  echo "==> $ cp -R /usr/share/themes/Zukitre-firefox-theme/chrome ~/.mozilla/firefox/<profile_id>.default/"
  echo
}

post_upgrade() {
  post_install
}

post_remove() {
  echo
  echo "==> Remember to remove the Firefox theme if you have enabled it:"
  echo "==> "
  echo "==> $ rm ~/.mozilla/firefox/<profile_id>.default/chrome/userChrome.css"
  echo
}

# vim:set ts=2 sw=2 et: