PKGBUILDs/extra/keytouch-editor/keytouch-editor.install

11 lines
191 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
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
}