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]
/
nspluginwrapper
/
install
blob
78e196fdb14d493ec1517414586316551f85f6af
1
post_upgrade() {
2
for i in `nspluginwrapper -l | grep -v "^ "`; do
3
/usr/bin/nspluginwrapper -u "$i"
4
done
5
}