File: puppet-module-neutron.postinst

package info (click to toggle)
puppet-module-neutron 13.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,688 kB
  • sloc: ruby: 15,265; python: 40; sh: 20; makefile: 17
file content (11 lines) | stat: -rwxr-xr-x 213 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "${1}" = "configure" ] ; then
	update-alternatives --install /usr/share/puppet/modules/neutron puppet-module-neutron /usr/share/puppet/modules.available/neutron 500
fi

#DEBHELPER#

exit 0