]> git.lizzy.rs Git - micro.git/commit
Add support for alternatives system in Debian package (#1935)
authorHugo Hromic <hhromic@users.noreply.github.com>
Wed, 17 Nov 2021 23:51:40 +0000 (23:51 +0000)
committerGitHub <noreply@github.com>
Wed, 17 Nov 2021 23:51:40 +0000 (15:51 -0800)
commit0bbc3e7e3d8e0d00eda73a4e9e55d505aba88ef2
tree193ab17ce81e77799a6f6009cbe288b9085a1284
parentdd8e341de2812ed1a7714cf08488cea7d7767e64
Add support for alternatives system in Debian package (#1935)

* Allows for micro to be selectable in the `editor` group
* Use same priority as in the nano package

Ref: https://wiki.debian.org/DebianAlternatives
assets/packaging/deb/micro.postinst [new file with mode: 0755]
assets/packaging/deb/micro.prerm [new file with mode: 0755]
tools/package-deb.sh