hooks: run bin without explicit path
this got lost in reworking 7ee59d408e
Gbp-Dch: Short
This commit is contained in:
parent
24f04a924b
commit
9faf9bcbed
share/hooks/normal
|
@ -10,5 +10,5 @@ set -e
|
|||
|
||||
if [ $(which update-apt-xapian-index) ]
|
||||
then
|
||||
PYTHONDONTWRITEBYTECODE=1 /usr/sbin/update-apt-xapian-index --force --quiet
|
||||
PYTHONDONTWRITEBYTECODE=1 update-apt-xapian-index --force --quiet
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue