[mate-menu] 02/03: Packaging scripts: Drop duplicate postinst script.

Martin Wimpress flexiondotorg-guest at moszumanska.debian.org
Thu Feb 19 15:38:14 UTC 2015


This is an automated email from the git hooks/post-receive script.

flexiondotorg-guest pushed a commit to branch ubuntu/15.04
in repository mate-menu.

commit a96ba4c367a6b192f7d47430f645c02e57791b07
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Feb 19 16:32:08 2015 +0100

    Packaging scripts: Drop duplicate postinst script.
---
 debian/postinst | 41 -----------------------------------------
 1 file changed, 41 deletions(-)

diff --git a/debian/postinst b/debian/postinst
deleted file mode 100644
index 76fe3a1..0000000
--- a/debian/postinst
+++ /dev/null
@@ -1,41 +0,0 @@
-#!/bin/sh
-# postinst script 
-# 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>
-#        * <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
-
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-menu.git



More information about the pkg-mate-commits mailing list