mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
6 lines
178 B
Text
6 lines
178 B
Text
post_install() {
|
|
cat << EOF
|
|
Install at least one of the following search backends for catfish:
|
|
'findutils', 'slocate', 'tracker', 'beagle', 'strigi' or 'pinot'
|
|
EOF
|
|
}
|