aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-06 12:39:44 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-06 12:39:44 +0100
commita7f8ec1e62d6c4619bde2309f5ca9dbca874c117 (patch)
tree874189fba3fb3624506a5dc0da4511e316707829 /debian
parentcdd4d17ae7b2781078d87f3fe681ce2deaebbdd1 (diff)
downloadayatana-indicator-messages-a7f8ec1e62d6c4619bde2309f5ca9dbca874c117.tar.gz
ayatana-indicator-messages-a7f8ec1e62d6c4619bde2309f5ca9dbca874c117.tar.bz2
ayatana-indicator-messages-a7f8ec1e62d6c4619bde2309f5ca9dbca874c117.zip
debian/ayatana-indicator-messages.postinst: Drop file. The libglib2.0-bin packages has a trigger for that.
Diffstat (limited to 'debian')
-rw-r--r--debian/ayatana-indicator-messages.postinst40
1 files changed, 0 insertions, 40 deletions
diff --git a/debian/ayatana-indicator-messages.postinst b/debian/ayatana-indicator-messages.postinst
deleted file mode 100644
index bdf5b42..0000000
--- a/debian/ayatana-indicator-messages.postinst
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/bin/sh
-# postinst script for ayatana-indicator-systemtray
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <postinst> `abort-remove'
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
- configure)
- glib-compile-schemas /usr/share/glib-2.0/schemas
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0