#!/bin/sh # vim: set noet ts=8: set -e case "$1" in remove) invoke-rc.d radosgw stop || { RESULT=$? if [ $RESULT != 100 ]; then exit $RESULT fi } ;; *) ;; esac # Automatically added by dh_installdeb/12.1.1 dpkg-maintscript-helper rm_conffile /etc/bash_completion.d/radosgw-admin 10.2.5-1\~ -- "$@" dpkg-maintscript-helper rm_conffile /etc/init/radosgw-all-starter.conf 10.2.5-1\~ -- "$@" dpkg-maintscript-helper rm_conffile /etc/init/radosgw-all.conf 10.2.5-1\~ -- "$@" dpkg-maintscript-helper rm_conffile /etc/init/radosgw-instance.conf 10.2.5-1\~ -- "$@" # End automatically added section # Automatically added by dh_systemd_start/12.1.1 if [ -d /run/systemd/system ] && [ "$1" = remove ]; then deb-systemd-invoke stop 'ceph-radosgw.target' >/dev/null || true fi # End automatically added section exit 0