From 2d29ea9c7c99fb87593eac3bb53b9f144767d5fc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 Feb 2023 12:31:14 +0100 Subject: Renaming ceph-tools to storage-tools to avoid future NEW processing for adding additional tools. Signed-off-by: Daniel Baumann --- debian/open-infrastructure-storage-tools.postrm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create 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 new file mode 100755 index 0000000..b714662 --- /dev/null +++ b/debian/open-infrastructure-storage-tools.postrm @@ -0,0 +1,22 @@ +#!/bin/sh + +set -e + +case "${1}" in + purge) + rm -f /etc/open-infrastructure/ceph-tools.conf + ;; + + 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