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 Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git]
/
tumbler-git
/
tumbler-git.install
blob
31b15d4c4bca1e71e52a4c93cf698865a90b4a92
1
post_install() {
2
cat << _EOF
3
==> important installation notes:
4
----------------------------------------
5
After installing it is necessary to run tumbler daemon.
6
Simply run /usr/lib/xfce4/tumblerd. You can put them
7
into your autostart applications.
8
_EOF
9
10
}
11
12
post_upgrade() {
13
post_install
14
}
15