blob: 245d2918d77670aadc606b751263dc7329e6eba7 (
plain)
1
2
3
4
5
6
7
8
9
|
PACKAGE_NAME='shin'
post_install() {
echo
echo "==> ${PACKAGE_NAME} requires a functioning and running installation of IBus,"
echo "==> See https://wiki.archlinux.org/title/IBus for more info."
echo "==> Bind the command 'ibus engine ${PACKAGE_NAME}' to a global keyboard shortcut to activate ${PACKAGE_NAME}"
echo
}
|