Always cleanup diversion.
authorValentin Vidic <Valentin.Vidic@CARNet.hr>
Mon, 13 Feb 2012 12:06:23 +0000 (13:06 +0100)
committerValentin Vidic <Valentin.Vidic@CARNet.hr>
Mon, 13 Feb 2012 12:06:23 +0000 (13:06 +0100)
src/functions.sh

index deffe51..f85117d 100644 (file)
@@ -793,9 +793,8 @@ apt_listchanges () {
                ;;
 
            enable)
-               if [ -f $file.disabled ]; then
-                   dpkg-divert --rename --remove $file || true
-               fi
+               # cleanup the diversion even if the file is already removed
+               dpkg-divert --rename --remove $file || true
                ;;
      esac
   done