summaryrefslogtreecommitdiff
path: root/p/yi/debian/yi.postinst
blob: d6d97617e4dc53b3293f3c9b03a5a6bb6a62ebb4 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

update-alternatives --install /usr/bin/editor editor /usr/bin/yi 30 \
     --slave /usr/share/man/man1/editor.1.gz editor.1.gz /usr/share/man/man1/yi.1.gz

#DEBHELPER#

exit 0