ChangZhuo Chen (陳昌倬) 75e7821e5b Update maintainer scripts
2015-08-28 20:50:45 +08:00

14 lines
167 B
Bash

#!/bin/sh
set -e
set -u
case "$1" in
remove|purge)
update-alternatives --remove x-session-manager /usr/bin/startlxqt
;;
esac
#DEBHELPER#
exit 0