mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-07 23:24:05 +00:00
6 lines
168 B
Text
6 lines
168 B
Text
post_install() {
|
|
echo "To test it run: giftd -p FastTrack"
|
|
echo "Or you can add the path to your gift.conf like so:"
|
|
echo ""
|
|
echo "plugin = OpenFT:FastTrack"
|
|
}
|