summaryrefslogtreecommitdiffstats
path: root/firefox-hg/firefox.install
diff options
context:
space:
mode:
Diffstat (limited to 'firefox-hg/firefox.install')
-rw-r--r--firefox-hg/firefox.install21
1 files changed, 0 insertions, 21 deletions
diff --git a/firefox-hg/firefox.install b/firefox-hg/firefox.install
deleted file mode 100644
index 9a7af59..0000000
--- a/firefox-hg/firefox.install
+++ /dev/null
@@ -1,21 +0,0 @@
-
-post_install() {
- echo ">>> Firefox (hg) is installed in "
- echo ">>> /usr/lib/firefox-hg/"
- echo ">>>"
- echo ">>> Start Firefox (hg) by running the command: "
- echo ">>> 'firefox-hg'"
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- /bin/true
-}
-
-op=$1
-shift
-
-$op $*