summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-ceph-tools.postrm
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-03-02 18:47:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-03-02 18:48:11 +0000
commit851949e5233e4d767737a524af0d2e42ecdf569c (patch)
tree44d75446713c3f424add368cdac2ebc22a20876b /debian/open-infrastructure-ceph-tools.postrm
parentRemoving source local-options, not needed anymore. (diff)
downloadopen-infrastructure-storage-tools-851949e5233e4d767737a524af0d2e42ecdf569c.tar.xz
open-infrastructure-storage-tools-851949e5233e4d767737a524af0d2e42ecdf569c.zip
Updating packaging for upstream rename.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/open-infrastructure-ceph-tools.postrm')
-rwxr-xr-xdebian/open-infrastructure-ceph-tools.postrm2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/open-infrastructure-ceph-tools.postrm b/debian/open-infrastructure-ceph-tools.postrm
index 680751c..b714662 100755
--- a/debian/open-infrastructure-ceph-tools.postrm
+++ b/debian/open-infrastructure-ceph-tools.postrm
@@ -4,7 +4,7 @@ set -e
case "${1}" in
purge)
- rm -f /etc/default/ceph-tools
+ rm -f /etc/open-infrastructure/ceph-tools.conf
;;
remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)