Mute %post and %postun scripts

epel8
Tim Niemueller 17 years ago
parent 8e90212564
commit eacf6c0886

@ -10,7 +10,7 @@ Summary: NetworkManager VPN integration for OpenVPN
Name: NetworkManager-openvpn
Epoch: 1
Version: 0.7.0
Release: 8%{svn_snapshot}%{?dist}
Release: 9%{svn_snapshot}%{?dist}
License: GPLv2+
URL: http://www.gnome.org/projects/NetworkManager/
Group: System Environment/Base
@ -76,15 +76,17 @@ rm -rf %{buildroot}
%post
/sbin/ldconfig
/usr/bin/update-desktop-database > /dev/null
touch --no-create %{_datadir}/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor
/usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
%postun
/sbin/ldconfig
/usr/bin/update-desktop-database > /dev/null
touch --no-create %{_datadir}/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor
/usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
%files
@ -103,6 +105,9 @@ fi
%{_datadir}/locale/*/LC_MESSAGES/NetworkManager-openvpn.mo
%changelog
* Mon Mar 03 2008 Tim Niemueller <tim@niemueller.de> 1:0.7.0-9.svn3302
- Mute %post and %postun scripts
* Fri Feb 08 2008 Tim Niemueller <tim@niemueller.de> 1:0.7.0-8.svn3302
- Update to latest SVN snapshot
- Fixes rhbz#429816 (port was not saved correctly)

Loading…
Cancel
Save