aboutsummaryrefslogtreecommitdiffstats
path: root/net/cvsupit/pkg-req
blob: 872bf79fa6bf842a301e65c6cda2abc3d2321965 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

if [ "`id -u`" != "0" ]; then
    echo "This package must be added as root.";
    exit 1;
fi
exit 0