diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-13 07:27:06 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-13 07:27:06 +0800 |
commit | 0326b836d0fbe231c9c8d8dfc7eee176c14c93a3 (patch) | |
tree | 59180e6f9fb89db67aa67a096e9c4aee07ab75c0 | |
parent | 8e34e0b82672b278003f6f1ce611c1a37a0b4915 (diff) | |
download | marcuscom-ports-0326b836d0fbe231c9c8d8dfc7eee176c14c93a3.tar.gz marcuscom-ports-0326b836d0fbe231c9c8d8dfc7eee176c14c93a3.tar.zst marcuscom-ports-0326b836d0fbe231c9c8d8dfc7eee176c14c93a3.zip |
Add a missing of @exec [...]update-desktop-database[..]/usr/bin/true
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5884 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | editors/gedit/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/gedit/pkg-plist b/editors/gedit/pkg-plist index aa8d4b04a..dff0c915e 100644 --- a/editors/gedit/pkg-plist +++ b/editors/gedit/pkg-plist @@ -374,4 +374,5 @@ share/locale/zh_TW/LC_MESSAGES/gedit.mo @dirrm include/gedit-%%VERSION%%/gedit/recent-files @dirrm include/gedit-%%VERSION%%/gedit @dirrm include/gedit-%%VERSION%% +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |