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 20:08:56 UTC 2012
[aur-mirror.git]
/
openlh-server
/
openlh-server.install
blob
baf4f9c3ce8afbce8557bfcc626964b3f644a124
1
pkgname=openlh-server
2
3
post_install() {
4
which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
5
usr/sbin/gconfpkg --install ${pkgname}
6
}
7
8
pre_upgrade() {
9
pre_remove $1
10
}
11
12
post_upgrade() {
13
post_install $1
14
}
15
16
pre_remove() {
17
usr/sbin/gconfpkg --uninstall ${pkgname}
18
}