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]
/
audacious-gtk2
/
audacious.install
blob
7a2f67cd5179945021175df68ca07c796757566f
1
post_install()
2
{
3
usr/bin/update-desktop-database -q
4
usr/bin/gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
5
echo "Although audacious-plugins-gtk2 is listed as optdepends,"
6
echo "we must install it to have a functioning audacious."
7
}
8
9
post_upgrade()
10
{
11
post_install
12
}
13
14
post_remove()
15
{
16
post_install
17
}