summaryrefslogtreecommitdiffstats
path: root/firefox-hg/firefox.install
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-08-22 19:33:54 +0200
committerFlorian Pritz <bluewind@xssn.at>2010-08-22 19:34:46 +0200
commite3c21a8456cf86bf955262b71af2bfe4afd25ccc (patch)
treebe697394b748089d193ba3d78a56a8c0efc96345 /firefox-hg/firefox.install
parent14264bcaec8be85c4c7c6440bfa6ae3d3c449d8c (diff)
downloadaur-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.install21
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 $*