File: preinst

package info (click to toggle)
lintian 2.4.3%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 8,228 kB
  • ctags: 457
  • sloc: perl: 8,492; sh: 5,561; makefile: 1,971; ansic: 143; python: 19; tcl: 4; sed: 2
file content (15 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (123)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

set -e
set -x

#
# Some comments here
#

# This serves as an example of an "empty" script, so
# please do not add any real code here, thank you :)

#DEBHELPER#

exit 0