File: puppet-module-voxpupuli-kmod.postinst

package info (click to toggle)
puppet-module-voxpupuli-kmod 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: ruby: 622; sh: 11; makefile: 10
file content (11 lines) | stat: -rwxr-xr-x 214 bytes parent folder | download
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/kmod puppet-module-kmod /usr/share/puppet/modules.available/voxpupuli-kmod 500
fi

#DEBHELPER#

exit 0