summaryrefslogtreecommitdiff
path: root/community/fcitx-fbterm/fcitx-fbterm.install
blob: cca516725903f3057b1ceafe1a565811e79f4bc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
	echo "$ sudo setcap 'cap_sys_tty_config+ep' /usr/bin/fbterm"
	echo "or"
	echo "$ sudo chmod u+s /usr/bin/fbterm"

	echo "Do above once,Then launch fbterm with fcitx"
	echo "$ fcitx-fbterm-helper -l"
}
post_upgrade() {
        echo "$ sudo setcap 'cap_sys_tty_config+ep' /usr/bin/fbterm"
	echo "or"
	echo "$ sudo chmod u+s /usr/bin/fbterm"

	echo "Do above once,Then launch fbterm with fcitx"
	echo "$ fcitx-fbterm-helper -l"
}