JAL-3521 High quality file icons for jalview associated files, and associated mime...
[jalview.git] / utils / debian / mime_types_for_debian.pl
index d6c7bf9..15e1ea1 100755 (executable)
@@ -141,7 +141,7 @@ for my $shortname (@ordered) {
   $MimeType .= $mimetype;
 
   my $iconfile = $a->{iconfile};
-  $iconfile = "jalview-file" unless $iconfile;
+  $iconfile = "x-jalview-file" unless $iconfile;
 
   my $primary = (! grep($_ eq $shortname, @non_primary));
   my $primarystring = $primary?"true":"false";