repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git]
/
mmv
/
mmv.install
blob
9b23e48c11dc309c9f4a2144b378d2aed9c0a345
1
# arg 1: the new package version
2
post_install() {
3
echo ">>>"
4
echo ">>>"
5
echo ">>>"
6
echo ">>> many thanks to the debian people who provide the sources"
7
echo ">>>"
8
}
9
10
# arg 1: the old package version
11
post_remove() {
12
echo ">>>"
13
echo ">>>"
14
echo ">>>"
15
}
16
17
op=$1
18
shift
19
$op $*