diff options
author | marcus <marcus@FreeBSD.org> | 2004-12-05 14:54:44 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-12-05 14:54:44 +0800 |
commit | fbb98bea274c1173d2aff4dd1f5f482a10c54e3e (patch) | |
tree | bcd1d1cba9144b770b706355a1331abd7779eb3a /ftp/gwget | |
parent | b9270f952ccc6eda7272fd3b94a5dcc2441a6ed2 (diff) | |
download | freebsd-ports-gnome-fbb98bea274c1173d2aff4dd1f5f482a10c54e3e.tar.gz freebsd-ports-gnome-fbb98bea274c1173d2aff4dd1f5f482a10c54e3e.tar.zst freebsd-ports-gnome-fbb98bea274c1173d2aff4dd1f5f482a10c54e3e.zip |
Remove update-desktop-database from the plist. This port doesn't install
.desktop files with a MIME list.
PR: 74675
Submitted by: maintainer
Diffstat (limited to 'ftp/gwget')
-rw-r--r-- | ftp/gwget/pkg-plist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ftp/gwget/pkg-plist b/ftp/gwget/pkg-plist index 0af23e566e6c..da7a06eefdd5 100644 --- a/ftp/gwget/pkg-plist +++ b/ftp/gwget/pkg-plist @@ -13,7 +13,6 @@ libdata/bonobo/servers/GNOME_Gwget.server %%EPIPHANY:%%lib/epiphany-%%VERSION%%/extensions/libgwgetextension.so %%EPIPHANY:%%lib/epiphany-%%VERSION%%/extensions/libgwgetextension.so.0 share/gnome/applications/gwget.desktop -@exec update-desktop-database > /dev/null || /usr/bin/true share/gnome/gwget/about.glade share/gnome/gwget/gwget-large.png share/gnome/gwget/gwget-off.png @@ -49,4 +48,3 @@ share/locale/zh_TW/LC_MESSAGES/gwget.mo %%EPIPHANY:%%@unexec rmdir %D/lib/epiphany-%%VERSION%%/extensions 2>/dev/null || true %%EPIPHANY:%%@unexec rmdir %D/lib/epiphany-%%VERSION%% 2>/dev/null || true @dirrm share/gnome/gwget -@unexec update-desktop-database > /dev/null || /usr/bin/true |