hooks: run bin without explicit path

this got lost in reworking 7ee59d408e

Gbp-Dch: Short
This commit is contained in:
Lyndon Brown 2020-03-10 05:30:17 +00:00
parent 24f04a924b
commit 9faf9bcbed
1 changed files with 1 additions and 1 deletions

View File

@ -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