Codebase list puppet-module-gnocchi / debian/19.4.0-2
Clean-up update-alternatives handling. Thomas Goirand 2 years ago
3 changed file(s) with 8 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 puppet-module-gnocchi (19.4.0-2) unstable; urgency=medium
1
2 * Clean-up update-alternatives handling.
3
4 -- Thomas Goirand <zigo@debian.org> Wed, 05 Jan 2022 09:44:27 +0100
5
06 puppet-module-gnocchi (19.4.0-1) unstable; urgency=medium
17
28 * New upstream release.
11
22 set -e
33
4 if [ "${1}" = "remove" ] || [ "${1}" = "disappear" ]; then
4 if [ "${1}" = "remove" ] ; then
55 update-alternatives --remove puppet-module-gnocchi /usr/share/puppet/modules.available/gnocchi
66 fi
77
11
22 set -e
33
4 if [ "${1}" = "remove" ] || [ "${1}" = "upgrade" ] || [ "${1}" = "deconfigure" ] ; then
4 if [ "${1}" = "remove" ] ; then
55 update-alternatives --remove puppet-module-gnocchi /usr/share/puppet/modules.available/gnocchi
66 fi
77