repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to extra-x86_64
[arch-packages.git]
/
telepathy-salut
/
trunk
/
telepathy-salut.install
blob
87d7838b83c8e25fc4cc7aed4bba83d0056e3744
1
post_install() {
2
killall -HUP dbus-daemon 2>&1
3
}
4
5
post_upgrade() {
6
post_install $1
7
}
8
9
post_remove() {
10
post_install $1
11
}
12
13
# vim:set ts=2 sw=2 et: