summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-ceph-tools.postrm
diff options
context:
space:
mode:
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)