summaryrefslogtreecommitdiff
path: root/extra/telepathy-butterfly/telepathy-butterfly.install
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-05-04 20:00:41 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-05-04 20:00:41 +0000
commitb2c353d874b85e06f355a9419852e2616613c7d0 (patch)
treef0773e0a930d308198ef5036d4f74e7f53015e6e /extra/telepathy-butterfly/telepathy-butterfly.install
parent0a24fb835cac4007388213ad0afb15257b035b14 (diff)
Fri May 4 20:00:31 UTC 2012
Diffstat (limited to 'extra/telepathy-butterfly/telepathy-butterfly.install')
-rw-r--r--extra/telepathy-butterfly/telepathy-butterfly.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/extra/telepathy-butterfly/telepathy-butterfly.install b/extra/telepathy-butterfly/telepathy-butterfly.install
deleted file mode 100644
index 87d7838b8..000000000
--- a/extra/telepathy-butterfly/telepathy-butterfly.install
+++ /dev/null
@@ -1,13 +0,0 @@
-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: