File: linux-base.postinst

package info (click to toggle)
linux-base 4.14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 260 kB
  • sloc: perl: 518; sh: 13; makefile: 10
file content (9 lines) | stat: -rwxr-xr-x 99 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e

# Install debconf templates
. /usr/share/debconf/confmodule

#DEBHELPER#

exit 0