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 12 08:01:00 UTC 2012
[aur-mirror.git]
/
imdb-thumbnailer
/
imdb-thumbnailer.install
blob
09088008a55ebf6ab5cfcc19e31798117e007f8e
1
post_install() {
2
echo "==>"
3
echo "==> Use "
4
echo "==> imdb-thumbnailer --help"
5
echo "==> to see how to activate / deactivate it"
6
echo "==>"
7
}
8
9
op=$1
10
shift
11
12
$op $*
13