1#!/bin/sh
2. ./defs || exit 1
3
4if run_fakeroot -- true
5then
6 true
7else
8 false
9fi
10