summarylogtreecommitdiffstats
path: root/zuki-themes.install
diff options
context:
space:
mode:
Diffstat (limited to 'zuki-themes.install')
-rw-r--r--zuki-themes.install21
1 files changed, 0 insertions, 21 deletions
diff --git a/zuki-themes.install b/zuki-themes.install
deleted file mode 100644
index 30010b755d7c..000000000000
--- a/zuki-themes.install
+++ /dev/null
@@ -1,21 +0,0 @@
-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: