#960473 Add an deb-alternative entry for hicolor-icon-theme.

#960473#5
Date:
2020-05-13 03:59:32 UTC
From:
To:
Some people (like me) prefer to use the default X cursors over the "improved" adwaita ones, so you should leave a choice there.
You should add these lines to postinst:

    update-alternatives --install /usr/share/icons/default/index.theme \
    x-cursor-theme /usr/share/icons/hicolor/index.theme 10

And add a prerm:

    #! /bin/sh
    set -e
    case "$1" in
      remove|deconfigure|failed-upgrade)
        update-alternatives --remove x-cursor-theme \
            /usr/share/icons/hicolor/index.theme
      ;;
    esac
--
Please limit your reply to 7-bit ASCII.
I refuse to see your idiotic emoji in a TTY.