1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

Properly handle the installed .desktop file.

This commit is contained in:
Joe Marcus Clarke 2004-11-10 03:43:17 +00:00
parent 817db233c8
commit 4ea1e0375f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121278
2 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,7 @@ lib/screem/plugins/tableWizard.so
lib/screem/plugins/uploadWizard.so
share/gnome/application-registry/screem.applications
share/gnome/applications/screem.desktop
@exec update-desktop-database > /dev/null || /usr/bin/true
share/gnome/help/screem/C/figures/color-wizard.png
share/gnome/help/screem/C/figures/css-wizard1.png
share/gnome/help/screem/C/figures/css-wizard2.png
@ -227,3 +228,4 @@ share/locale/zh_CN/LC_MESSAGES/screem.mo
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/screem/screem-C.omf 2>/dev/null || /usr/bin/true
@exec update-mime-database %D/share/mime
@unexec update-mime-database %D/share/mime
@unexec update-desktop-database > /dev/null || /usr/bin/true

View File

@ -12,6 +12,7 @@ lib/screem/plugins/tableWizard.so
lib/screem/plugins/uploadWizard.so
share/gnome/application-registry/screem.applications
share/gnome/applications/screem.desktop
@exec update-desktop-database > /dev/null || /usr/bin/true
share/gnome/help/screem/C/figures/color-wizard.png
share/gnome/help/screem/C/figures/css-wizard1.png
share/gnome/help/screem/C/figures/css-wizard2.png
@ -227,3 +228,4 @@ share/locale/zh_CN/LC_MESSAGES/screem.mo
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/screem/screem-C.omf 2>/dev/null || /usr/bin/true
@exec update-mime-database %D/share/mime
@unexec update-mime-database %D/share/mime
@unexec update-desktop-database > /dev/null || /usr/bin/true