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]
/
ora-thumbnailer-gnome
/
ora-thumbnailer-gnome.install
blob
d60ee602251eb0917b8703b7c4bc4909faf61ee5
1
post_install() {
2
echo ">>> Remember to restart your gnome session."
3
gconfpkg --install ora-thumbnailer-gnome
4
update-desktop-database -q
5
}
6
7
pre_upgrade() {
8
pre_remove $1
9
}
10
11
post_upgrade() {
12
post_install $1
13
}
14
15
pre_remove() {
16
gconfpkg --uninstall ora-thumbnailer-gnome
17
}
18
19
post_remove() {
20
update-desktop-database -q
21
}