[Pkg-mongodb-maintainers] [pkg-mongodb] 04/394: Removed empty preinst

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Sep 21 13:57:41 UTC 2016


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

apoikos pushed a commit to branch master
in repository pkg-mongodb.

commit 4a8426322849629c43f879dbbaeaa1268ef5052e
Author: Antonin Kral <a.kral at bobek.cz>
Date:   Sun Jan 31 08:40:58 2010 +0100

    Removed empty preinst
---
 debian/preinst | 37 -------------------------------------
 1 file changed, 37 deletions(-)

diff --git a/debian/preinst b/debian/preinst
deleted file mode 100644
index c2d5362..0000000
--- a/debian/preinst
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/bin/sh
-# preinst script for mongodb
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <new-preinst> `install'
-#        * <new-preinst> `install' <old-version>
-#        * <new-preinst> `upgrade' <old-version>
-#        * <old-preinst> `abort-upgrade' <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
-    install|upgrade)
-    ;;
-
-    abort-upgrade)
-    ;;
-
-    *)
-        echo "preinst 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-mongodb/pkg-mongodb.git



More information about the Pkg-mongodb-maintainers mailing list