--- a/share/timeline/migrate-1.pl
+++ b/share/timeline/migrate-1.pl
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use File::Spec ();
 use lib File::Spec->rel2abs(
--- a/share/timeline/migrate-2.pl
+++ b/share/timeline/migrate-2.pl
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 # This patch creates the plugin table.
 # In the initial implementation this stores the enabled/disabled
 # state of the plugin, the version, and the config structure for
--- a/share/timeline/migrate-3.pl
+++ b/share/timeline/migrate-3.pl
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 # This patch removes the old modules table.
 
 use strict;
--- a/share/timeline/migrate-4.pl
+++ b/share/timeline/migrate-4.pl
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use File::Spec ();
 use lib File::Spec->rel2abs(
--- a/share/timeline/migrate-5.pl
+++ b/share/timeline/migrate-5.pl
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use File::Spec ();
 use lib File::Spec->rel2abs(
--- a/share/timeline/migrate-6.pl
+++ b/share/timeline/migrate-6.pl
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 # Rebuild the config table as not null.
 
 use strict;
