File: libapache2-mod-mono.postinst

package info (click to toggle)
mod-mono 3.8-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 1,760 kB
  • ctags: 448
  • sloc: sh: 11,397; ansic: 3,127; makefile: 45
file content (11 lines) | stat: -rw-r--r-- 115 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e

# Set up the environment
set -e

. /usr/share/debconf/confmodule
db_version 2.0

#DEBHELPER#

exit 0