File: libautounit-dev.postinst

package info (click to toggle)
autounit 0.15.2-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,688 kB
  • ctags: 767
  • sloc: sh: 7,116; ansic: 6,879; makefile: 407; yacc: 318; lisp: 291
file content (10 lines) | stat: -rw-r--r-- 159 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

set -e

# dhelp processing (automatically added by dh_dhelp)
if [ -x /usr/sbin/dhelp_parse ]; then
       /usr/sbin/dhelp_parse -a
fi

#DEBHELPER#