From 39256c685d1aee1e92e1b8f4595fa15d6ba94a23 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 14 May 2008 13:23:00 -0400 Subject: Remove a check for fakeroot We don't use fakeroot anymore in these scripts Signed-off-by: Aaron Griffin --- db-update | 5 ----- 1 file changed, 5 deletions(-) (limited to 'db-update') 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 -- cgit v1.2.3-24-g4f1b