mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +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
|
|
}
|