From 95cd455860b2a8570e934a78c8045c5d9b5dff07 Mon Sep 17 00:00:00 2001 From: kevin Date: Sun, 12 Jan 1997 23:26:21 +0000 Subject: [PATCH] * postinst: corrected permission for /var/lib/locate in postinst again. --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index b96290b..7e3aa88 100755 --- a/debian/postinst +++ b/debian/postinst @@ -7,4 +7,4 @@ install-info --quiet --section "General commands" "General commands" \ # findutils_4.1-12 installed /var/lib/locate as root:root chown root:root /var/lib/locate -chmod 644 /var/lib/locate +chmod 755 /var/lib/locate -- 2.11.4.GIT