summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/community/mmv/mmv.install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-03-18 15:10:26 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-03-18 15:10:26 (GMT)
commit76683fbc211ac8e681763ba94ab417d0961dbf41 (patch)
tree00302364b927e0d617c470bff0125883c6d3968a /abs/extra-testing/community/mmv/mmv.install
parent8f84737ed83ba564ac1fb07d84d72c62a7863794 (diff)
downloadlinhes_pkgbuild-76683fbc211ac8e681763ba94ab417d0961dbf41.zip
linhes_pkgbuild-76683fbc211ac8e681763ba94ab417d0961dbf41.tar.gz
linhes_pkgbuild-76683fbc211ac8e681763ba94ab417d0961dbf41.tar.bz2
Adding mmv
FS#291
Diffstat (limited to 'abs/extra-testing/community/mmv/mmv.install')
-rw-r--r--abs/extra-testing/community/mmv/mmv.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/abs/extra-testing/community/mmv/mmv.install b/abs/extra-testing/community/mmv/mmv.install
new file mode 100644
index 0000000..9b23e48
--- /dev/null
+++ b/abs/extra-testing/community/mmv/mmv.install
@@ -0,0 +1,19 @@
+# arg 1: the new package version
+post_install() {
+ echo ">>>"
+ echo ">>>"
+ echo ">>>"
+ echo ">>> many thanks to the debian people who provide the sources"
+ echo ">>>"
+}
+
+# arg 1: the old package version
+post_remove() {
+ echo ">>>"
+ echo ">>>"
+ echo ">>>"
+}
+
+op=$1
+shift
+$op $*