From e3c21a8456cf86bf955262b71af2bfe4afd25ccc Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 22 Aug 2010 19:33:54 +0200 Subject: mass commit everything Signed-off-by: Florian Pritz --- firefox-hg/firefox.install | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 firefox-hg/firefox.install (limited to 'firefox-hg/firefox.install') diff --git a/firefox-hg/firefox.install b/firefox-hg/firefox.install new file mode 100644 index 0000000..9a7af59 --- /dev/null +++ b/firefox-hg/firefox.install @@ -0,0 +1,21 @@ + +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 $* -- cgit v1.2.3-24-g4f1b