#!/bin/sh set -e # Automatically added by dh_installsystemd/13.14.1 if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then deb-systemd-invoke stop 'bumblebeed.service' >/dev/null || true fi # End automatically added section # Automatically added by dh_installinit/13.14.1 if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -x "/etc/init.d/bumblebeed" ] ; then invoke-rc.d --skip-systemd-native bumblebeed stop || exit 1 fi # End automatically added section # Automatically added by dh_installdeb/13.14.1 dpkg-maintscript-helper rm_conffile /etc/bumblebee/xorg.conf.d/10-dummy.conf 3.2.1-23\~ -- "$@" # End automatically added section