13 lines
170 B
Plaintext
Raw Normal View History

2014-09-11 00:42:53 +02:00
#!/bin/sh
set -e
if [ "$1" = upgrade ]; then
2015-08-17 18:10:22 +08:00
[ -f /usr/bin/startlxqt ] && update-alternatives --remove x-window-manager /usr/bin/startlxqt
2014-09-11 00:42:53 +02:00
fi
#DEBHELPER#
exit 0