From c63767cdee7fb4fcf625ec57b6cd6360ef82bdbb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 2 Feb 2019 09:45:45 +0100 Subject: Renaming binary package to open-infrastructure-ceph-tools for consistency and future-proofing. Signed-off-by: Daniel Baumann --- debian/open-infrastructure-storage-tools.postrm | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 debian/open-infrastructure-storage-tools.postrm (limited to 'debian/open-infrastructure-storage-tools.postrm') diff --git a/debian/open-infrastructure-storage-tools.postrm b/debian/open-infrastructure-storage-tools.postrm deleted file mode 100755 index 3efff27..0000000 --- a/debian/open-infrastructure-storage-tools.postrm +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -set -e - -case "${1}" in - purge) - rm -f /etc/default/storage-tools - ;; - - remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) - - ;; - - *) - echo "postrm called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -#DEBHELPER# - -exit 0 -- cgit v1.2.3