summaryrefslogtreecommitdiff
path: root/dh_desktop
diff options
context:
space:
mode:
Diffstat (limited to 'dh_desktop')
-rwxr-xr-xdh_desktop2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_desktop b/dh_desktop
index 1b32fc99..79001523 100755
--- a/dh_desktop
+++ b/dh_desktop
@@ -36,7 +36,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
# usr/share/applications and thus might need
# update-desktop-database be called. Other desktop
# files don't.
- my $desktop_files = `find $tmp/usr/share/applications -type f -name \\*.desktop -execdir grep -q "^MimeType" '{}' \\; -printf '%p\n'`;
+ my $desktop_files = `find $tmp/usr/share/applications -type f -name \\*.desktop -exec grep -q "^MimeType" '{}' \\; -printf '%p\n'`;
if ($desktop_files && ! $dh{NOSCRIPTS}) {
autoscript($package,"postinst","postinst-desktop");
autoscript($package,"postrm","postrm-desktop");