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]
/
thunderbird-nightly
/
thunderbird-nightly.install
blob
7c622600d95bf9c47f7d6e7d4ac54ace2461c768
1
post_install() {
2
update-desktop-database -q
3
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
4
echo ""
5
echo "Note: the binary is called 'thunderbird-nightly'"
6
echo ""
7
}
8
9
post_upgrade() {
10
update-desktop-database -q
11
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
12
}
13
14
post_remove() {
15
post_upgrade
16
}