summarylogtreecommitdiffstats
path: root/fcitx-fbterm-git.install
blob: 53a041b861ce861c115fc6efc1f86cab43efe03a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install() {
	cat <<EOF

Before running this application for the first time, please run the following commands:

sudo gpasswd -a YOUR_USERNAME video
sudo setcap 'cap_sys_tty_config+ep' /usr/bin/fbterm
sudo chmod u+s /usr/bin/fbterm

And then add this line to your .fbtermrc:

input-method=fcitx-fbterm
EOF
}

post_upgrade() {
	post_install $1
}