]> git.pld-linux.org Git - packages/acroread.git/commitdiff
- rel 4
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 20 May 2006 00:02:54 +0000 (00:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- clean mess in mozilla triggers

Changed files:
    acroread.spec -> 1.57

acroread.spec

index fbdf7745f3fd818e555e8a7154ade701a7089011..e0680e19aa7e0f0dd13af440eb5f5e838ddaa384 100644 (file)
@@ -12,7 +12,7 @@ Name:         %{base_name}
 %else
 Name:          %{base_name}-installer
 %endif
-%define        _rel    3
+%define        _rel    4
 Version:       7.0.5
 Release:       %{_rel}%{?with_license_agreement:wla}
 Epoch:         1
@@ -152,23 +152,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %triggerin plugin -- mozilla
 %nsplugin_install -d %{_libdir}/mozilla/plugins nppdf.so
-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 plugin -- mozilla
 %nsplugin_uninstall -d %{_libdir}/mozilla/plugins nppdf.so
-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 plugin -- konqueror
 # % nsplugin_install -d %{_libdir}/kde3/plugins/konqueror nppdf.so
This page took 0.757102 seconds and 4 git commands to generate.