mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-09 16:47:19 +08:00
uploaded missing telepathy-salut.install
This commit is contained in:
parent
acb5729a33
commit
c34affa2b5
13
telepathy-salut/telepathy-salut.install
Normal file
13
telepathy-salut/telepathy-salut.install
Normal file
@ -0,0 +1,13 @@
|
||||
post_install() {
|
||||
killall -HUP dbus-daemon 2>&1
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install $1
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install $1
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
Loading…
Reference in New Issue
Block a user