File: postinst

package info (click to toggle)
orphan-sysvinit-scripts 0.07
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 128 kB
  • sloc: sh: 602; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 243 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

set -e

case "$1" in
    configure|triggered)
	/usr/lib/orphan-sysvinit-scripts/update_init_d.sh

	;;
esac
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0