--- Build.PL.old 2008-06-12 22:52:35.319329618 +0200 +++ Build.PL 2008-06-12 22:53:40.595080260 +0200 @@ -187,19 +187,19 @@ sub ACTION_postinstall { my $self = shift; my $sharedir = $self->install_destination('share'); - my $mimedir = File::Spec->catdir($sharedir, 'mime'); - my $icon = File::Spec->catfile($sharedir, 'pixmaps', 'zim.png'); - for ( - ['update-desktop-database'], - ['update-mime-database', $mimedir], - # [qw{xdg-icon-resource install --context apps --size 64}, - # $icon], - [qw{xdg-icon-resource install --context mimetypes --size 64}, - $icon, q{text-x-zim-notebook}], - ) { - print "Trying: @$_\n"; - print system(@$_) == 0 ? "Ok\n\n" : "Failed\n\n" ; - } +# my $mimedir = File::Spec->catdir($sharedir, 'mime'); +# my $icon = File::Spec->catfile($sharedir, 'pixmaps', 'zim.png'); +# for ( +# ['update-desktop-database'], +# ['update-mime-database', $mimedir], +# # [qw{xdg-icon-resource install --context apps --size 64}, +# # $icon], +# [qw{xdg-icon-resource install --context mimetypes --size 64}, +# $icon, q{text-x-zim-notebook}], +# ) { +# print "Trying: @$_\n"; +# print system(@$_) == 0 ? "Ok\n\n" : "Failed\n\n" ; +# } }