From 4e173813a60b46f919d21dc4d44ea0bc0e932b97 Mon Sep 17 00:00:00 2001 From: marino Date: Fri, 24 Oct 2014 14:05:23 +0000 Subject: x11-fm/ultracopier: Remove pkg-plist, unmask installation commands With the new ability to use full paths, the plist can be simplified. This fixes a build issue on DragonFly where the PLIST_SUB was using an unevaluated variable (actually containing things like curly brackets), and this fix was preferable to := evaluations. --- x11-fm/ultracopier/pkg-plist | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 x11-fm/ultracopier/pkg-plist (limited to 'x11-fm') diff --git a/x11-fm/ultracopier/pkg-plist b/x11-fm/ultracopier/pkg-plist deleted file mode 100644 index 060c4cd1393..00000000000 --- a/x11-fm/ultracopier/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -- cgit