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]
/
xgsch2pcb
/
xgsch2pcb.install
blob
8ea6e07de3e388982483dcc134fe6be1d5e5042a
1
post_install() {
2
if [ -x /usr/bin/update-desktop-database ]; then
3
echo Updating desktop database..
4
/usr/bin/update-desktop-database /usr/share/applications
5
fi
6
}
7
8
op=$1
9
shift
10
$op $*