From c573f8c681228f47b05c79a751e326c3b0b091ec Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 18 Jan 2018 22:43:52 +0100 Subject: [PATCH] Remove obsolete scriptlets Signed-off-by: Igor Gnatenko --- v4l-utils.spec | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/v4l-utils.spec b/v4l-utils.spec index 5a7e277..f1f52d1 100644 --- a/v4l-utils.spec +++ b/v4l-utils.spec @@ -1,6 +1,6 @@ Name: v4l-utils Version: 1.12.5 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Utilities for video4linux and DVB devices Group: Applications/System # libdvbv5, dvbv5 utils, ir-keytable and v4l2-sysfs-path are GPLv2 only @@ -138,19 +138,6 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/qv4l2.desktop %postun -n libdvbv5 -p /sbin/ldconfig -%post -n qv4l2 -touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : - -%postun -n qv4l2 -if [ $1 -eq 0 ] ; then - touch --no-create %{_datadir}/icons/hicolor &>/dev/null - gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -fi - -%posttrans -n qv4l2 -gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - - %files -f %{name}.lang %doc README %dir %{_sysconfdir}/rc_keymaps @@ -210,6 +197,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Thu Jan 18 2018 Igor Gnatenko - 1.12.5-6 +- Remove obsolete scriptlets + * Thu Nov 02 2017 Hans de Goede - 1.12.5-5 - Fix libv4lconvert failing on some hardware (rhbz#1508706)