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 19 12:17:07 UTC 2012
[aur-mirror.git]
/
audio-recorder-from-deb
/
audio-recorder-from-deb.install
blob
f9efad7090b4410d654077cdb03d63ace632952b
1
post_install()
2
{
3
glib-compile-schemas usr/share/glib-2.0/schemas
4
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
5
update-desktop-database -q
6
}
7
8
post_upgrade()
9
{
10
post_install
11
}
12
13
post_remove()
14
{
15
post_install
16
}
17