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 26 16:09:46 UTC 2012
[aur-mirror.git]
/
findemall
/
findemall.install
blob
a5e8a088c2bec17d2df615f800ba5033e234937a
1
post_install() {
2
ln -sf /usr/share/findemall-1.3/findemall.py /usr/bin/findemall
3
}
4
5
post_upgrade() {
6
post_install
7
}
8
9
post_remove() {
10
/bin/true
11
}
12
13
op=$1
14
shift
15
16
$op $*