diff options
Diffstat (limited to 'firefox-hg/firefox.install')
-rw-r--r-- | firefox-hg/firefox.install | 21 |
1 files changed, 21 insertions, 0 deletions
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 $* |