From e549b5686cc1c1bfadf1f78beaf97c17597d9a50 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 23 Feb 2026 19:39:08 +0100 Subject: chore: module and scripts improvements. Signed-off-by: Amlal El Mahrouss --- tools/libconf.pl | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 tools/libconf.pl (limited to 'tools') diff --git a/tools/libconf.pl b/tools/libconf.pl deleted file mode 100644 index 1a1bc7e..0000000 --- a/tools/libconf.pl +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -w - -package libconf; - -use strict; -use Cwd; - -sub new() { - - if ($ENV{USER} ne "root") { - die "You must be root to run this script.\n"; - } - - system("sh", "git", "submodule", "update", "--init", "--recursive") or die "Git error: $!"; - -} - -"libconf"; \ No newline at end of file -- cgit v1.2.3