From 54f827658f696a0cf3209b19d432a624f1f6b02b Mon Sep 17 00:00:00 2001 From: einhverfr Date: Thu, 6 Dec 2007 20:08:57 +0000 Subject: Adding customization hooks to scripts/* files git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1954 4979c152-3d1c-0410-bac9-87ea11338e46 --- scripts/menu.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/menu.pl') diff --git a/scripts/menu.pl b/scripts/menu.pl index f873398f..01343318 100644 --- a/scripts/menu.pl +++ b/scripts/menu.pl @@ -175,4 +175,5 @@ files. =cut +eval { do "scripts/custom/menu.pl"}; 1; -- cgit v1.2.3