diff options
Diffstat (limited to 'testing/empathy/empathy.install')
-rw-r--r-- | testing/empathy/empathy.install | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/empathy/empathy.install b/testing/empathy/empathy.install deleted file mode 100644 index f8d2dfb1f..000000000 --- a/testing/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 -} |