diff options
-rwxr-xr-x | mdvbundle.pl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mdvbundle.pl b/mdvbundle.pl deleted file mode 100755 index c8b945a1..00000000 --- a/mdvbundle.pl +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/perl -w - -my $bundle = $ARGV[0]; - -$bundle or die ("no bundles avalailable"); - -$bundle =~ /\.bundle$/ and exec("/usr/sbin/mdkupdate --bundle $bundle"); |