summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/community/mmv/mmv.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra-testing/community/mmv/mmv.install')
-rw-r--r--abs/extra-testing/community/mmv/mmv.install19
1 files changed, 0 insertions, 19 deletions
diff --git a/abs/extra-testing/community/mmv/mmv.install b/abs/extra-testing/community/mmv/mmv.install
deleted file mode 100644
index 9b23e48..0000000
--- a/abs/extra-testing/community/mmv/mmv.install
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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 $*