#!/bin/sh

launchdir=$(dirname $0)
copyattr -d "$launchdir/Canon Bubble Jet" "$HOME/config/add-ons/Print/Canon Bubble Jet"
copyattr -d -r "$launchdir/models" "/etc"
mv -f "/etc/models" "/etc/bubblejet"

alert --info "Canon Bubble Jet driver is installed"