summaryrefslogtreecommitdiffstats
path: root/db-update
diff options
context:
space:
mode:
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update5
1 files changed, 0 insertions, 5 deletions
diff --git a/db-update b/db-update
index e88ab40..e616aba 100755
--- a/db-update
+++ b/db-update
@@ -38,11 +38,6 @@ if [ ! -d "$ftppath" ]; then
exit 1
fi
-if [ ! $(type -p fakeroot) ]; then
- echo "error: fakeroot is missing" >&2
- exit 1
-fi
-
if [ ! -d $stagedir ]; then
echo "error: staging directory missing: $stagedir" >&2
exit 1