summaryrefslogtreecommitdiffstats
path: root/scripts/install_helper.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install_helper.pl')
-rwxr-xr-xscripts/install_helper.pl8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/install_helper.pl b/scripts/install_helper.pl
deleted file mode 100755
index eecf50cf1..000000000
--- a/scripts/install_helper.pl
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/perl
-use warnings;
-use strict;
-use File::MimeInfo::Magic;
-use HTML::FromANSI;
-use Text::Markdown qw(markdown);
-
-print "works";