File: puppet-module-openstacklib.postrm

package info (click to toggle)
puppet-module-openstacklib 9.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 528 kB
  • ctags: 123
  • sloc: ruby: 2,848; python: 35; sh: 21; makefile: 17
file content (11 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "remove" ] || [ "$1" = "disappear" ]; then
	update-alternatives --remove puppet-module-openstacklib /usr/share/puppet/modules.available/openstacklib
fi

#DEBHELPER#

exit 0