diff options
author | bsam <bsam@FreeBSD.org> | 2013-05-07 21:53:35 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-05-07 21:53:35 +0800 |
commit | df36fba7fa5f5cd538ad018eeab932bd958d8ab3 (patch) | |
tree | 0c20c0eeb02e14c018234a6454ef1fa8616a7dab | |
parent | ee16ed0d994efa56de0ac5a32654bd49049bdf30 (diff) | |
download | freebsd-ports-gnome-df36fba7fa5f5cd538ad018eeab932bd958d8ab3.tar.gz freebsd-ports-gnome-df36fba7fa5f5cd538ad018eeab932bd958d8ab3.tar.zst freebsd-ports-gnome-df36fba7fa5f5cd538ad018eeab932bd958d8ab3.zip |
Remove exec and unexec of update-desktop-database from pkg-plist,
forgotten at the previous commit.
PS. Actually the previous commit was intended to be done to the
redports repository. Unfortunately I used the wrong terminal
multiplexor window to do the commit. :-(
Reminded by: kwm
-rw-r--r-- | graphics/yagf/pkg-plist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/yagf/pkg-plist b/graphics/yagf/pkg-plist index bf4aa89a05db..176a898e21dc 100644 --- a/graphics/yagf/pkg-plist +++ b/graphics/yagf/pkg-plist @@ -18,5 +18,3 @@ share/yagf/translations/yagf_uk.qm @dirrmtry share/icons/hicolor/96x96 @dirrmtry share/icons/hicolor @dirrmtry share/icons -@exec %%LOCALBASE%%/bin/update-desktop-database || : -@unexec %%LOCALBASE%%/bin/update-desktop-database || : |