summaryrefslogtreecommitdiff
path: root/debian/lightdm.preinst
blob: 82143068c90d5e63aad1390d6bdf960e4c31ed78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -e

if dpkg-maintscript-helper supports mv_conffile; then
  dpkg-maintscript-helper mv_conffile \
    /etc/lightdm.conf \
    /etc/lightdm/lightdm.conf \
    0.3.7-0ubuntu2 -- "$@"
fi    

#DEBHELPER#