post_install() {cat<<EOFBefore running this application for the first time, please run the following commands:sudo gpasswd -a YOUR_USERNAME videosudo setcap 'cap_sys_tty_config+ep' /usr/bin/fbtermsudo chmod u+s /usr/bin/fbtermAnd then add this line to your .fbtermrc:input-method=fcitx-fbtermEOF}
post_upgrade() {
post_install $1}