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 Mon Jan 16 00:01:41 UTC 2012
[aur-mirror.git]
/
spideroak-beta
/
spideroak-beta.install
blob
71d9e04886f6a455e5785d1a03b22fbce92d3340
1
post_install() {
2
update-desktop-database -q
3
4
echo "==> For use SpiderOak from CLI:"
5
echo "==> https://spideroak.com/faq/questions/67/how_can_i_use_spideroak_from_the_commandline/"
6
}
7
8
post_upgrade() {
9
post_install
10
}
11
12
post_remove() {
13
post_install
14
}
15
16
# vim:set ts=2 sw=2 et: