Files
desktop-base/debian/postrm
Josselin Mouette 821191f2d1 * Remove old GDM theme.
* Add GDM/GNOME lockscreen based on Lines.
* gsettings-override: set it as the default.
* Update gnome-backgrounds.xml. Closes: #772944.
2014-12-12 21:31:11 +00:00

16 lines
319 B
Bash

#!/bin/sh -e
set -e
#DEBHELPER#
if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then
dpkg-maintscript-helper rm_conffile /etc/kde3/kdeglobals 6.0.1 -- "$@"
fi
if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
if which update-grub2 > /dev/null ; then
update-grub2 || true
fi
fi