diff options
Diffstat (limited to 'mdkonline.spec')
-rw-r--r-- | mdkonline.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mdkonline.spec b/mdkonline.spec index 9faf6144..8d6d9f47 100644 --- a/mdkonline.spec +++ b/mdkonline.spec @@ -82,6 +82,11 @@ if [ -r /etc/cron.daily/mdkupdate ]; then perl -p -i -e 's!/usr/bin/mdkupdate!/usr/sbin/mdkupdate!' /etc/cron.daily/mdkupdate fi +%triggerun -- mdkonline < 2.0-11mdk +[[ $2 ]] || exit 0 +%{_sbindir}/migrate-mdvonline-applet.pl old +: + %triggerin -- mdkonline > 2.0-10mdk [[ $2 ]] || exit 0 %{_sbindir}/migrate-mdvonline-applet.pl new |