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]
/
nautilus-dropbox
/
nautilus-dropbox.install
blob
c4f3ef9600b7acf7cfe91801dcebf1fb73f24b86
1
post_install() {
2
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
3
cat <<-EndOfMessage
4
5
==> Restart nautilus with 'nautilus -q'
6
7
EndOfMessage
8
}
9
10
post_upgrade() {
11
post_install $1
12
}
13
14
post_remove() {
15
post_install $1
16
}