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 08:34:36 UTC 2012
[aur-mirror.git]
/
touchdaemon-git
/
touchdaemon.install
blob
055af576b557ab0686bbea33e061adb950855c39
1
post_install() {
2
echo " ! ! Edit /etc/touchdaemon.conf"
3
echo " ! ! and read /usr/share/touchdaemon/README"
4
}
5
6
post_upgrade() {
7
post_install $1
8
}
9
10
pre_remove() {
11
echo "removing touchdaemon"
12
}
13