]> git.pld-linux.org Git - packages/adobe-flash.git/commitdiff
- rel 6 auto/ac/macromedia-flash-installer-7_0_63_0-6
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 19 May 2006 23:59:26 +0000 (23:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix mozilla triggers

Changed files:
    adobe-flash.spec -> 1.52

adobe-flash.spec

index 6e247a4d5734d1c6206763170f85d792e33fbd36..83951a43358ec5e302b1b139d9f1448f96b6f86e 100644 (file)
@@ -14,7 +14,7 @@ Name:         %{base_name}
 %else
 Name:          %{base_name}-installer
 %endif
-%define                _rel 5
+%define                _rel 6
 Version:       %{_ver_major}.%{_ver_minor}.%{_ver_patch}.%{_ver_serial}
 Release:       %{_rel}%{?with_license_agreement:wla}
 License:       Free to use, non-distributable
@@ -99,23 +99,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %triggerin -- mozilla
 %nsplugin_install -d %{_libdir}/mozilla/plugins libflashplayer.so flashplayer.xpt
-if [ -d /usr/%{_lib}/mozilla ]; then
-       umask 022
-       rm -f /usr/%{_lib}/mozilla/components/{compreg,xpti}.dat
-       if [ -x /usr/bin/regxpcom ]; then
-               MOZILLA_FIVE_HOME=/usr/%{_lib}/mozilla /usr/bin/regxpcom
-       fi
-fi
 
 %triggerun -- mozilla
 %nsplugin_uninstall -d %{_libdir}/mozilla/plugins libflashplayer.so flashplayer.xpt
-if [ -d /usr/%{_lib}/mozilla ]; then
-       umask 022
-       rm -f /usr/%{_lib}/mozilla/components/{compreg,xpti}.dat
-       if [ -x /usr/bin/regxpcom ]; then
-               MOZILLA_FIVE_HOME=/usr/%{_lib}/mozilla /usr/bin/regxpcom
-       fi
-fi
 
 %triggerin -- konqueror
 %nsplugin_install -d %{_libdir}/kde3/plugins/konqueror libflashplayer.so
This page took 0.087331 seconds and 4 git commands to generate.