#!/bin/sh set -e # Automatically added by dh_installinit/13.9.1 if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -x "/etc/init.d/olpc-kbdshim" ] ; then invoke-rc.d --skip-systemd-native olpc-kbdshim stop || exit 1 fi # End automatically added section