summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-30 19:19:09 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-30 19:19:09 +0000
commitd8886fc8229b18987bbdd8e58d68a995e4fd2483 (patch)
treec96b062399003a40361df43192053826b8cd3e84 /editors
parentUpdate to 0.4. (diff)
Properly handle OMF files.
Notes
Notes: svn path=/head/; revision=74299
Diffstat (limited to 'editors')
-rw-r--r--editors/ghex2/pkg-plist4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/ghex2/pkg-plist b/editors/ghex2/pkg-plist
index 0aa08d217ae3..12b3bff43df5 100644
--- a/editors/ghex2/pkg-plist
+++ b/editors/ghex2/pkg-plist
@@ -30,7 +30,9 @@ share/gnome/help/ghex2/C/ghex2.xml
share/gnome/help/ghex2/C/legal.xml
share/gnome/help/ghex2/C/topic.dat
share/gnome/omf/ghex/ghex-C.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/ghex/ghex-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/ghex/ghex-ja.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/ghex/ghex-ja.omf 2>/dev/null || /usr/bin/true
share/gnome/pixmaps/gnome-ghex.png
share/locale/am/LC_MESSAGES/ghex-2.0.mo
share/locale/bg/LC_MESSAGES/ghex-2.0.mo
@@ -78,3 +80,5 @@ share/locale/zh_TW/LC_MESSAGES/ghex-2.0.mo
@dirrm share/gnome/help/ghex2
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/ghex2
@dirrm etc/gconf/gconf.xml.defaults/apps/ghex2
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/ghex/ghex-C.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/ghex/ghex-ja.omf 2>/dev/null || /usr/bin/true