You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
273 B
15 lines
273 B
9 years ago
|
#! /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
|