summarylogtreecommitdiffstats
path: root/telepathy-gabble.install
diff options
context:
space:
mode:
authorK9002016-03-03 19:39:51 +0300
committerK9002016-03-03 19:39:51 +0300
commit10b2efa77e98741fac03aec0a7025554785aa4a3 (patch)
tree754a42ada006ffbd0e49f6eb80f31e4761c9d9ea /telepathy-gabble.install
downloadaur-10b2efa77e98741fac03aec0a7025554785aa4a3.tar.gz
First commit
Diffstat (limited to 'telepathy-gabble.install')
-rw-r--r--telepathy-gabble.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/telepathy-gabble.install b/telepathy-gabble.install
new file mode 100644
index 000000000000..87d7838b83c8
--- /dev/null
+++ b/telepathy-gabble.install
@@ -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: