File: postinst

package info (click to toggle)
dnprogs 2.65
  • links: PTS
  • area: main
  • in suites: buster
  • size: 3,316 kB
  • ctags: 4,050
  • sloc: ansic: 27,180; cpp: 10,673; makefile: 851; sh: 559; fortran: 76; awk: 13
file content (10 lines) | stat: -rwxr-xr-x 77 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
#
set -e

if [ "$1" != "configure" ]
then
  exit 0
fi

#DEBHELPER#