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 Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git]
/
firefox-beautifier
/
firefox-beautifier.install
blob
28d078e65ac0aca60899784f4aabafa24ff9cf17
1
post_install() {
2
cd /usr/share/firefox-beautifier/
3
./install
4
}
5
6
post_upgrade() {
7
post_install $@
8
}
9
10
op=$1
11
shift
12
$op $*