diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-08-22 19:33:54 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-08-22 19:34:46 +0200 |
commit | e3c21a8456cf86bf955262b71af2bfe4afd25ccc (patch) | |
tree | be697394b748089d193ba3d78a56a8c0efc96345 /firefox-hg/firefox.install | |
parent | 14264bcaec8be85c4c7c6440bfa6ae3d3c449d8c (diff) | |
download | aur-packages-e3c21a8456cf86bf955262b71af2bfe4afd25ccc.tar.gz aur-packages-e3c21a8456cf86bf955262b71af2bfe4afd25ccc.tar.xz |
mass commit everything
Signed-off-by: Florian Pritz <bluewind@xssn.at>
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 $* |