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 08:34:36 UTC 2012
[aur-mirror.git]
/
spek-git
/
spek.install
blob
6c19ab7824bde89d6cf78e19a33cbc12dd96d5a6
1
pkgname=spek-git
2
3
post_install() {
4
update-desktop-database -q
5
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
6
}
7
8
post_upgrade() {
9
post_install $1
10
}
11
12
post_remove() {
13
update-desktop-database -q
14
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
15
}