mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
7 lines
178 B
Text
7 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
|
||
|
}
|