Forgotten install file for mmv

This commit is contained in:
Cedric Girard 2011-06-14 11:49:57 +02:00
parent 64fa548fb2
commit da0cc381b0
1 changed files with 19 additions and 0 deletions

19
pkgbuild/mmv/mmv.install Normal file
View File

@ -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 $*