Shih-Yuan Lee (FourDollars) bb86bc8672 Polish the maintainer scripts.
2015-08-17 15:19:10 +02:00

14 lines
155 B
Bash

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