stx-puppet/modules/puppet-dcmanager/debian/deb_folder/puppet-dcmanager.postinst
Charles Short dcabc13405 Add debian package for puppet-dcmanager
Add packaging infrastructure for puppet-dcmanager
to build a debian package.

Story: 2009101
Task: 43316

Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: I49ff3321ec1675800c0309c738fe0bb3f068cfaa
2021-10-21 10:54:12 -04:00

14 lines
253 B
Plaintext
Executable File

#1/bin/sh
set -e
if [ "${1}" = "configure" ] ; then
update-alternatives --install /usr/share/puppet/modules/dcmanager \
puppet-module-starlingx-dcmanager \
/usr/share/puppet/modules.available/dcmanager 500
fi
#DEBHELPER#
exit 0