PKGBUILDs/extra/keytouch-editor/keytouch-editor.install
2009-10-09 21:23:22 -05:00

10 lines
191 B
Text

post_install() {
cat << EOF
==> To use keytouch-editor:
You'll need to have either gksu (pacman -S gksu) or kdesu (pacman -S kdebase) installed.
EOF
}
post_upgrade() {
post_install $1
}