summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/files/empty-package/legacy-binary/build-spec/debian/postinst
blob: 29e18619166c62f9974840cec922931d781fd4fd (plain)
1
2
3
4
5
6
#! /bin/bash -e

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