Julien Lavergne 694056d1cc * etc/xdg/pcmanfm/lubuntu.conf
- Move configuration file to etc/xdg/pcmanfm/lubuntu/lubuntu.conf
* debian/postrm,preinst,postinst
 - Handle the location change for pcmanfm configuration using
   dpkg-maintscript-helper.
2010-12-05 22:15:53 +01:00

11 lines
232 B
Bash

#!/bin/sh -e
set -e
if dpkg-maintscript-helper supports mv_conffile 2>/dev/null; then
dpkg-maintscript-helper mv_conffile /etc/xdg/pcmanfm/lubuntu.conf /etc/xdg/pcmanfm/Lubuntu/lubuntu.conf 0.15 -- "$@"
fi
#DEBHELPER#
exit 0