mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
e3c8c6afff
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
7 lines
113 B
Bash
7 lines
113 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
if [ -x /usr/bin/graphite-build-search-index ]; then
|
|
/usr/bin/graphite-build-search-index
|
|
fi
|