File: postinst

package info (click to toggle)
cpuburn 1.4-11
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 132 kB
  • ctags: 49
  • sloc: asm: 563; makefile: 43; sh: 7
file content (13 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh 
set -e

# Source debconf library.
. /usr/share/debconf/confmodule
db_version 2.0

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

#DEBHELPER#

exit 0