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]
/
firefox-qt
/
firefox-qt.install
blob
b59f40687e65a9803e71739064a6ce192f588c79
1
post_install() {
2
update-desktop-database -q
3
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
4
echo "Please backup your profile before using this!"
5
}
6
7
post_upgrade() {
8
update-desktop-database -q
9
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
10
}
11
12
post_remove() {
13
post_upgrade $1
14
}