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

Gong S. pthfdr at protonmail.ch
Wed May 13 04:59:32 BST 2020


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Package: hicolor-icon-theme
Version: 0.17-2
Severity: wishlist

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.
-----BEGIN PGP SIGNATURE-----
Version: ProtonMail

wsBcBAEBCAAGBQJeu3CcAAoJEIJMNe5OCOiS3dsH/0CXUzTlMha2qYcTdxHy
1o61y++xKIuEuZfhU/I1eOw2Ei5EziHFNpP1+PrYoZxNeN4titBcb22bSLM+
/OanHMezYUOydQABCuzFKuvEs/Rvkgkg1/Y7fcOBoen+3bE9P8d0je+5NEBJ
ym0yHGEXJxmvgyP77MOzF57kd/SRphR3aE11RfnS0ocXwaiL1ZRxwU+gefEr
i90o2CRu9nOiCU6igYqVIpOf5TmI+KmT7HB+NfV/EVym1pEB084Ahlq3K/EX
kjUxrk3BdqtTEkChnhSumsA4oqKUucDLY1Vvi80TPfPqYaVIQ+N+bddGIGRF
WJ03GcHnhr4NQWs3jzDPheU=
=YzfM
-----END PGP SIGNATURE-----

-------------- next part --------------
A non-text attachment was scrubbed...
Name: publickey - pthfdr at protonmail.ch - 0xD213AC78.asc
Type: application/pgp-keys
Size: 1790 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-gnome-maintainers/attachments/20200513/209e96ed/attachment.key>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: publickey - pthfdr at protonmail.ch - 0xD213AC78.asc.sig
Type: application/pgp-signature
Size: 1660 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-gnome-maintainers/attachments/20200513/209e96ed/attachment.sig>


More information about the pkg-gnome-maintainers mailing list