diff options
-rw-r--r-- | mdkonline.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mdkonline.spec b/mdkonline.spec index 1272c6de..d1e449c1 100644 --- a/mdkonline.spec +++ b/mdkonline.spec @@ -80,6 +80,7 @@ EOF if [ -r /etc/cron.daily/mdkupdate ]; then perl -p -i -e 's!/usr/bin/mdkupdate!/usr/sbin/mdkupdate!' /etc/cron.daily/mdkupdate fi +killall -HUP mdkapplet || : %postun %{clean_menus} |