File: puppet-module-nanliu-staging.postrm

package info (click to toggle)
puppet-module-nanliu-staging 1.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 304 kB
  • ctags: 3
  • sloc: ruby: 441; sh: 15; makefile: 12
file content (11 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (2)
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-staging /usr/share/puppet/modules.available/nanliu-staging
fi

#DEBHELPER#

exit 0