File: cpuburn.postinst

package info (click to toggle)
cpuburn 1.4a-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 320 kB
  • sloc: asm: 644; sh: 117; makefile: 57
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