15 lines
273 B
Plaintext
15 lines
273 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
if dpkg-maintscript-helper supports mv_conffile; then
|
||
|
dpkg-maintscript-helper mv_conffile \
|
||
|
/etc/xdg/lubuntu/lightdm/lightdm-gtk-greeter.conf \
|
||
|
/etc/lightdm/lightdm-gtk-greeter.conf.d/30_lubuntu.conf \
|
||
|
0.44 -- "$@"
|
||
|
fi
|
||
|
|
||
|
#DEBHELPER#
|
||
|
|
||
|
exit 0
|