File: postinst.util

package info (click to toggle)
thttpd 2.23beta1-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 684 kB
  • ctags: 679
  • sloc: ansic: 7,908; sh: 1,871; makefile: 310
file content (16 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash
PATH=/bin:/sbin:/usr/bin:/usr/sbin
PACKAGE=thttpd-util

set -e

case "$1" in
	configure)
		;;
	*)
		#
		#	Unknown action - do nothing.
		#
		exit 0
		;;
esac