On Sun, Dec 05, 2010 at 08:24:31AM +0100, Lionel Elie Mamane wrote:

> The package does not unregister the SQLite3 driver from unixodbc on
> uninstallation. As it re-registers it on upgrade, the usage count
> increases by one on every upgrade.

Here's the patch:

--- sqliteodbc-0.80/debian/prerm        2010-12-04 23:16:17.000000000 +0100
+++ sqliteodbc-0.87/debian/prerm        2010-12-04 23:28:52.000000000 +0100
@@ -4,6 +4,7 @@
 
 if [ -x /usr/bin/odbcinst ]; then
     odbcinst -u -d -n SQLite
+    odbcinst -u -d -n SQLite3
 fi
 
 #DEBHELPER#



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to