#!/usr/bin/perl
#============================================================= -*-perl-*-
#
-# BackupPC_deleteFile.pl: Delete one or more files/directories from
-# a range of hosts, backups, and shares
+# BackupPC_deleteFile: Delete one or more files/directories from
+# a range of hosts, backups, and shares
#
# DESCRIPTION
# See below for detailed description of what it does and how it works
use File::Glob ':glob';
use Data::Dumper; #Just used for debugging...
-use lib "/usr/share/BackupPC/lib";
+use lib "/usr/share/backuppc/lib";
use BackupPC::Lib;
use BackupPC::jLib;
use BackupPC::Attrib qw(:all);