File: linux-base.postinst

package info (click to toggle)
linux-base 4.6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 324 kB
  • sloc: perl: 443; sh: 21; makefile: 10
file content (8 lines) | stat: -rwxr-xr-x 95 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh -e

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

#DEBHELPER#

exit 0