]> git.pld-linux.org Git - packages/RealPlayer.git/commitdiff
- triggers are for browser subpackage
authorhavner <havner@pld-linux.org>
Sat, 29 Jul 2006 05:04:07 +0000 (05:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    RealPlayer.spec -> 1.27

RealPlayer.spec

index 92a382e45598493986f335a1c34823e44e95221b..87b682212e6e3174645cccf3379122b135373304 100644 (file)
@@ -154,42 +154,42 @@ umask 022
 [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1
 %update_icon_cache hicolor
 
-%triggerin -- mozilla-firefox
+%triggerin -n browser-plugin-%{name} -- mozilla-firefox
 %nsplugin_install -d %{_libdir}/mozilla-firefox/plugins nphelix.so nphelix.xpt
 
-%triggerun -- mozilla-firefox
+%triggerun -n browser-plugin-%{name} -- mozilla-firefox
 %nsplugin_uninstall -d %{_libdir}/mozilla-firefox/plugins nphelix.so nphelix.xpt
 
-%triggerin -- mozilla
+%triggerin -n browser-plugin-%{name} -- mozilla
 %nsplugin_install -d %{_libdir}/mozilla/plugins nphelix.so nphelix.xpt
 
-%triggerun -- mozilla
+%triggerun -n browser-plugin-%{name} -- mozilla
 %nsplugin_uninstall -d %{_libdir}/mozilla/plugins nphelix.so nphelix.xpt
 
-#triggerin -- konqueror
+#triggerin -n browser-plugin-%{name} -- konqueror
 #nsplugin_install -d %{_libdir}/kde3/plugins/konqueror nphelix.so
 
-#triggerun -- konqueror
+#triggerun -n browser-plugin-%{name} -- konqueror
 #nsplugin_uninstall -d %{_libdir}/kde3/plugins/konqueror nphelix.so
 
-#triggerin -- opera
+#triggerin -n browser-plugin-%{name} -- opera
 #nsplugin_install -d %{_libdir}/opera/plugins nphelix.so
 
-#triggerun -- opera
+#triggerun -n browser-plugin-%{name} -- opera
 #nsplugin_uninstall -d %{_libdir}/opera/plugins nphelix.so
 
-%triggerin -- seamonkey
+%triggerin -n browser-plugin-%{name} -- seamonkey
 %nsplugin_install -d %{_libdir}/seamonkey/plugins nphelix.so nphelix.xpt
 
-%triggerun -- seamonkey
+%triggerun -n browser-plugin-%{name} -- seamonkey
 %nsplugin_uninstall -d %{_libdir}/seamonkey/plugins nphelix.so nphelix.xpt
 
 # as rpm removes the old obsoleted package files after the triggers
 # above are ran, add another trigger to make the links there.
-%triggerpostun -- mozilla-firefox-plugin-macromedia-flash
+%triggerpostun -n browser-plugin-%{name} -- mozilla-firefox-plugin-RealPlaer
 %nsplugin_install -f -d %{_libdir}/mozilla-firefox/plugins nphelix.so nphelix.xpt
 
-%triggerpostun -- mozilla-plugin-macromedia-flash
+%triggerpostun -n browser-plugin-%{name} -- mozilla-plugin-RealPlayer
 %nsplugin_install -f -d %{_libdir}/mozilla/plugins nphelix.so nphelix.xpt
 
 %files -f %{name}.lang
This page took 0.06582 seconds and 4 git commands to generate.