From e14c1e6d5ec7851557e078dfc25b22389d9980bc Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 10 Mar 2023 09:15:17 +0100 Subject: Clean up unused Debian files --- etc/debian/postinst.ex | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 etc/debian/postinst.ex (limited to 'etc/debian/postinst.ex') diff --git a/etc/debian/postinst.ex b/etc/debian/postinst.ex deleted file mode 100644 index 650b2ee..0000000 --- a/etc/debian/postinst.ex +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh -# postinst script for bashtard -# -# 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 https://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 -- cgit v1.1