diff options
author | joey <joey> | 2004-07-11 22:21:54 +0000 |
---|---|---|
committer | joey <joey> | 2004-07-11 22:21:54 +0000 |
commit | 924b0fd26426745e6c689bc15c0b7dd48b10bc86 (patch) | |
tree | 600049304c945c72a57e392b9e9ceb9f19696742 /autoscripts | |
parent | 157b82c1b581cca45c560e47bbd9c4af9531543e (diff) |
r1700: * Make dh_gconf postinst more portable.
* Strip spoch when generating udeb filenames. Closes: #258864
Diffstat (limited to 'autoscripts')
-rw-r--r-- | autoscripts/postinst-gconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postinst-gconf b/autoscripts/postinst-gconf index f4a7c82..a0674bf 100644 --- a/autoscripts/postinst-gconf +++ b/autoscripts/postinst-gconf @@ -9,5 +9,5 @@ if [ "$1" = "configure" ]; then fi done - kill -HUP `pidof gconfd-2` >/dev/null 2>&1 || true + kill -s HUP `pidof gconfd-2` >/dev/null 2>&1 || true fi |