Adding side stream changes to Maemian. Working to integrate full upstream libraries...
[maemian] / nokia-lintian / testset / binary / debian / postinst
1 #! /bin/bash -e
2
3 if [ $1 eq 'configure' ]
4 then
5         suidregister hello-static root root 4755
6 fi