From ff22e7d199a61db0e5e8679989263067c1d0029d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Thu, 26 Nov 2015 03:35:34 +0100 Subject: [PATCH] rpm: remove icons on package uninstallation --- templates.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/templates.spec b/templates.spec index 00d687f..1ad6fd4 100644 --- a/templates.spec +++ b/templates.spec @@ -155,6 +155,7 @@ if [ "$1" = 0 ] ; then xdg-desktop-menu uninstall --mode system %{dest_dir}/apps/*.directory %{dest_dir}/apps/*.desktop rm -rf %{dest_dir}/apps %{dest_dir}/apps.templates + rm -rf %{dest_dir}/apps.icons %{dest_dir}/apps.tempicons fi %clean