mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-28 23:21:53 +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"
|
|
}
|