summaryrefslogtreecommitdiff
path: root/nonprism/empathy/empathy.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-06-06 03:22:30 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-06-06 03:22:30 -0300
commitc0a64b95d1b15376c2381c999fe227d9b2426732 (patch)
treebbddb8fab341fec44c6cce90d15bd2d184d59db7 /nonprism/empathy/empathy.install
parentfd25a417bc0d1845d096f3a935265d856528715a (diff)
empathy-3.12.12-1.nonprism1: updating version
Diffstat (limited to 'nonprism/empathy/empathy.install')
-rw-r--r--nonprism/empathy/empathy.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/nonprism/empathy/empathy.install b/nonprism/empathy/empathy.install
deleted file mode 100644
index f8d2dfb1f..000000000
--- a/nonprism/empathy/empathy.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
- echo "To use Empathy you need to install at least one Telepathy connection manager."
-}
-
-post_upgrade() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_remove() {
- post_upgrade
-}