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 00:20:47 UTC 2012
[aur-mirror.git]
/
fgx
/
fgx.install
blob
3f8bc2a7cee893b6c59b6e182c84b0a43b5dac9e
1
post_install()
2
{
3
/usr/bin/update-desktop-database -q
4
}
5
6
post_upgrade()
7
{
8
post_install
9
}
10
11
post_remove()
12
{
13
post_install
14
}