File: postinst

package info (click to toggle)
lintian 1.23.28%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 2,044 kB
  • ctags: 295
  • sloc: perl: 5,038; makefile: 702; python: 431; sh: 329; ansic: 30; tcl: 4; sed: 1
file content (6 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (197)
1
2
3
4
5
6
#! /bin/bash -e

if [ $1 eq 'configure' ]
then
	suidregister hello-static root root 4755
fi