File: postinst

package info (click to toggle)
deborphan 1.7.28.8
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,916 kB
  • sloc: sh: 4,123; ansic: 1,847; makefile: 152
file content (11 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -e

KEEP="/var/lib/deborphan/keep"
touch $KEEP

# Here debhelper should add it's stuff if any:
#DEBHELPER#


# vim: set ts=2: