mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
10 lines
191 B
Text
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
|
|
}
|