summarylogtreecommitdiffstats
path: root/firefox-theme.install
blob: 3273271602f0047e1f6a14bee44e5d64cbc0039f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
  echo ""
  echo "To update/enable the Firefox theme, run:"
  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've enabled it:"
  echo " rm ~/.mozilla/firefox/<profile_id>.default/chrome/userChrome.css"
  echo ""
}