use Pre-Depends: ${shlibs:Pre-Depends}
[findutils.git] / debian / postinst
blob743663738ba81916f9ac530a2c264d5e2767fede
1 #! /bin/sh
3 set -e
5 install-info --quiet --section "General commands" "General commands" \
6 /usr/info/find.info.gz
8 # In older releases, /var/lib/locate was owned by nobody
9 # findutils_4.1-12 installed /var/lib/locate as root:root
10 chown root:root /var/lib/locate
11 chmod 755 /var/lib/locate
13 # In some releases, updatedb.conf was installed executable
14 if [ -x /etc/updatedb.conf ]; then
15 chmod 644 /etc/updatedb.conf