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]
/
xfce4-kbdleds-plugin
/
xfce4-kbdleds-plugin.install
blob
3699b102c4f901fbdb76c4e0d00424e903807a2e
1
post_install() {
2
update-desktop-database -q
3
gtk-update-icon-cache usr/share/icons/hicolor
4
}
5
6
pre_upgrade() {
7
pre_remove $1
8
}
9
10
post_upgrade() {
11
post_install $1
12
}
13
14
pre_remove() {
15
true
16
}
17
18
post_remove() {
19
update-desktop-database -q
20
gtk-update-icon-cache usr/share/icons/hicolor
21
}
22