diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-30 19:19:09 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-30 19:19:09 +0000 |
commit | 063bda769720800b26536848a5ca1019514ebd8b (patch) | |
tree | d58e2942aeb61364d9529e1c1ae26b5be72b981f /www | |
parent | 8334cf53b5671b3768ac1bbbad373759fc0424b4 (diff) | |
download | FreeBSD-ports-063bda769720800b26536848a5ca1019514ebd8b.zip FreeBSD-ports-063bda769720800b26536848a5ca1019514ebd8b.tar.gz |
Properly handle OMF files.
Diffstat (limited to 'www')
-rw-r--r-- | www/galeon2/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/galeon2/pkg-plist b/www/galeon2/pkg-plist index 75ba29d..7ea3450 100644 --- a/www/galeon2/pkg-plist +++ b/www/galeon2/pkg-plist @@ -186,6 +186,7 @@ share/gnome/help/galeon/C/plugins.xml share/gnome/help/galeon/C/preface.xml share/gnome/help/galeon/C/preferences.xml share/gnome/omf/galeon/galeon-C.omf +@exec scrollkeeper-install -q %D/share/gnome/omf/galeon/galeon-C.omf 2>/dev/null || /usr/bin/true share/gnome/pixmaps/galeon.png share/gnome/sounds/galeon/clicked.wav share/locale/am/LC_MESSAGES/galeon-2.0.mo @@ -292,3 +293,4 @@ share/locale/zh_TW/LC_MESSAGES/galeon-2.0.mo @dirrm etc/gconf/gconf.xml.defaults/apps/galeon/Advanced/Filtering @dirrm etc/gconf/gconf.xml.defaults/apps/galeon/Advanced @dirrm etc/gconf/gconf.xml.defaults/apps/galeon +@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/galeon/galeon-C.omf 2>/dev/null || /usr/bin/true |