X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=debian%2Fpostinst.ex;fp=debian%2Fpostinst.ex;h=0000000000000000000000000000000000000000;hb=7d56fe6a3e0a6b0a952fb8ddf3eb23df88ea7bf4;hp=e308999ccc0961c26a2fa1c32abd89e2107a6e7b;hpb=38115abe5ff915935f4aa4330b6b689a6cc5f5f0;p=nowplayingd diff --git a/debian/postinst.ex b/debian/postinst.ex deleted file mode 100644 index e308999..0000000 --- a/debian/postinst.ex +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh -# postinst script for nowplayingd -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `configure' -# * `abort-upgrade' -# * `abort-remove' `in-favour' -# -# * `abort-remove' -# * `abort-deconfigure' `in-favour' -# `removing' -# -# 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