]> git.pld-linux.org Git - packages/adobe-flash.git/commitdiff
- mozilla plugin can be used with opera, too so just be nicer for potential user
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 26 Nov 2003 15:20:11 +0000 (15:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adobe-flash.spec -> 1.17

adobe-flash.spec

index 94aa681115ae4ab5ddef5d343ab1b0de0fbf1fd7..cc5c51c8626847329621507a1c9f130f8ef4bf01 100644 (file)
@@ -72,12 +72,16 @@ rm -rf $RPM_BUILD_ROOT
 %post -n mozilla-plugin-macromedia-flash
 umask 022
 rm -f %{_libdir}/mozilla/components/{compreg,xpti}.dat
-MOZILLA_FIVE_HOME=%{_libdir}/mozilla %{_bindir}/regxpcom
+if [ -x %{_bindir}/regxpcom ]; then
+       MOZILLA_FIVE_HOME=%{_libdir}/mozilla %{_bindir}/regxpcom
+fi
 
 %postun -n mozilla-plugin-macromedia-flash
 umask 022
 rm -f %{_libdir}/mozilla/components/{compreg,xpti}.dat
-MOZILLA_FIVE_HOME=%{_libdir}/mozilla %{_bindir}/regxpcom
+if [ -x %{_bindir}/regxpcom ]; then
+       MOZILLA_FIVE_HOME=%{_libdir}/mozilla %{_bindir}/regxpcom
+fi
 
 %files -n mozilla-plugin-macromedia-flash
 %defattr(644,root,root,755)
This page took 0.041286 seconds and 4 git commands to generate.