#!/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);
+backuppc-deletefile (1.1) unstable; urgency=low
+
+ * Correction du chemin des librairies Perl de BackupPC.
+
+ -- Progfou <jean-christophe.andre@auf.org> Tue, 31 Jul 2012 17:28:26 +0700
+
backuppc-deletefile (1.0) unstable; urgency=low
* Première version empaquetée.