mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-29 00:25:25 +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"
|
|
}
|