diff options
| author | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-12-19 02:23:32 +0000 |
|---|---|---|
| committer | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-12-19 02:23:32 +0000 |
| commit | e620d0a9d88875c425741ad2d40579e61cdd15b0 (patch) | |
| tree | cbf2594af347cfdcc83b370f999d80de3f2e2797 /debian/postinst.ex | |
| parent | c19f68cb27021c0fd5e0ad1962ff9547bd616e23 (diff) | |
| download | python-dmidecode-e620d0a9d88875c425741ad2d40579e61cdd15b0.tar.gz python-dmidecode-e620d0a9d88875c425741ad2d40579e61cdd15b0.tar.xz python-dmidecode-e620d0a9d88875c425741ad2d40579e61cdd15b0.zip | |
Removed junk and doing more debianizing - WIP.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@118 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'debian/postinst.ex')
| -rw-r--r-- | debian/postinst.ex | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/debian/postinst.ex b/debian/postinst.ex deleted file mode 100644 index 3eb9e08..0000000 --- a/debian/postinst.ex +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh -# postinst script for dmidecode -# -# 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) - ;; - - 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 - - |
