[Pkg-bluetooth-commits] r1377 - /packages/bluez/trunk/debian/bluez.postinst

iwamatsu at users.alioth.debian.org iwamatsu at users.alioth.debian.org
Tue Nov 5 04:14:29 UTC 2013


Author: iwamatsu
Date: Tue Nov  5 04:14:28 2013
New Revision: 1377

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=1377
Log:
Remove old configure

Modified:
    packages/bluez/trunk/debian/bluez.postinst

Modified: packages/bluez/trunk/debian/bluez.postinst
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/bluez.postinst?rev=1377&op=diff
==============================================================================
--- packages/bluez/trunk/debian/bluez.postinst	(original)
+++ packages/bluez/trunk/debian/bluez.postinst	Tue Nov  5 04:14:28 2013
@@ -4,11 +4,6 @@
 
 case "$1" in
     configure)
-        if [ -e /etc/init.d/bluez-utils ]; then
-            update-rc.d -f bluez-utils remove
-            # maybe a (medium/low debconf?) notice is best suited here
-        fi
-
         # create bluetooth group if not already present
         if ! getent group bluetooth > /dev/null; then
             addgroup --quiet --system bluetooth




More information about the Pkg-bluetooth-commits mailing list