]> oss.titaniummirror.com Git - cp210x.git/blobdiff - debian.in/postinst
Update cp210x for Ubuntu 10.10 Maverick Meerkat
[cp210x.git] / debian.in / postinst
index 38105b49c8f9d88af9679ba40ba1ed3b30e42059..d1dbc4de4ddefac20d065249ff8d06efc178ace2 100755 (executable)
@@ -7,6 +7,13 @@ VERSION=xxDEBVERxx
 
 case "$1" in
     configure)
+      # Use a distro-specific source file, if present
+      c_src=/usr/src/$NAME-$VERSION/cp210x.c
+      c_dist=$(lsb_release -cs)
+      if [ -f "$c_src.$c_dist" ]; then
+       mv $c_src.$c_dist $c_src
+      fi
+
       # Unload old cp210x modules, if in use
       modprobe -rq cp2101 || true
       modprobe -rq cp210x || true