Diablo easy-chroot now depending on dm-loop pkgs and building via autobuilder.
[easy-deb-chroot] / diablo / easy-chroot / control / postinst
index 06f210a..91544e1 100644 (file)
@@ -2,6 +2,14 @@
 
 set -e
 
+if  [ -f "/etc/osso-af-init/orig.matchbox.defs" ] ; then 
+  mv /etc/osso-af-init/orig.matchbox.defs /etc/osso-af-init/matchbox.defs.orig
+fi
+
+if  [ -f "/usr/bin/matchbox-window-manager-orig" ] ; then 
+  mv /usr/bin/matchbox-window-manager-orig /usr/bin/matchbox-window-manager.orig
+fi
+
 if  [ ! -e "/sbin/dmlosetup" ] ; then 
    ln -s /sbin/dmsetup /sbin/dmlosetup
 fi