File: rush.postinst

package info (click to toggle)
rush 1.8%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 5,980 kB
  • ctags: 3,906
  • sloc: ansic: 10,414; sh: 8,909; perl: 297; makefile: 192; awk: 37; sed: 24
file content (13 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -e

EXECUTABLE=/usr/sbin/rush
LIBDIR=/var/lib/rush

if [ "$1" = "configure" ]; then
  # Accounting needs to be done, initiate these.
  touch $LIBDIR/utmp $LIBDIR/wtmp
fi

#DEBHELPER#