[Pkg-bluetooth-commits] r1450 - /packages/bluez/trunk/debian/bluez.preinst

iwamatsu at users.alioth.debian.org iwamatsu at users.alioth.debian.org
Fri Aug 8 18:46:00 UTC 2014


Author: iwamatsu
Date: Fri Aug  8 18:46:00 2014
New Revision: 1450

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=1450
Log:
Remove old conf files (Closes: #737502)

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

Modified: packages/bluez/trunk/debian/bluez.preinst
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/bluez.preinst?rev=1450&op=diff
==============================================================================
--- packages/bluez/trunk/debian/bluez.preinst	(original)
+++ packages/bluez/trunk/debian/bluez.preinst	Fri Aug  8 18:46:00 2014
@@ -15,6 +15,14 @@
     done
     dpkg-maintscript-helper rm_conffile \
         /etc/dbus-1/system.d/bluez-hcid.conf 3.7-1 bluez-utils -- "$@"
+
+    for conffile in \
+        /etc/bluetooth/rfcomm.conf \
+        /etc/bluetooth/serial.conf \
+        /etc/bluetooth/audio.conf; do \
+            dpkg-maintscript-helper \
+                rm_conffile "${conffile}" 5.21-2 bluez -- "$@"
+    done
   fi
 
   if dpkg-maintscript-helper supports mv_conffile; then




More information about the Pkg-bluetooth-commits mailing list