summaryrefslogtreecommitdiff
path: root/debian/sane-utils.postinst
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-21 08:27:55 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-21 08:27:55 +0200
commit5ef64880f0b266d709b0da6807a461b04ff575ea (patch)
tree021b0bfc872a1fd7a559963d67bac80638cd77b2 /debian/sane-utils.postinst
parent1e0f28faf5fbdd67c6600b9448ac112127dc6788 (diff)
Debian bug #785709
Diffstat (limited to 'debian/sane-utils.postinst')
-rw-r--r--debian/sane-utils.postinst6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/sane-utils.postinst b/debian/sane-utils.postinst
index f3e5f2d..155ed22 100644
--- a/debian/sane-utils.postinst
+++ b/debian/sane-utils.postinst
@@ -50,10 +50,10 @@ if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ]; then
adduser --home /var/lib/saned --quiet --system --no-create-home --group saned || true
fi
- # Move home from /home/saned to /var/lib/saned
- if getent passwd | grep -q "^saned:" | grep -q "/home/saned"; then
+ # Move home from /home/saned to /var/lib/saned (since 1.0.24-6)
+ if getent passwd | grep "^saned:" | grep -q "/home/saned"; then
echo "Test for running scanbd"
- if ps -Af | grep -q "saned" | grep -q "scanbd"; then
+ if ps -Af | grep "saned" | grep -q "scanbd"; then
echo "Stop scanbd"
invoke-rc.d --quiet scanbd stop
echo "Move homedir from /home/saned to /var/lib/saned"