dcabc13405
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
14 lines
253 B
Plaintext
Executable File
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
|