- 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.ubuntu/bionic
parent
319f377398
commit
694056d1cc
@ -0,0 +1,10 @@
|
||||
#!/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
|
@ -0,0 +1,10 @@
|
||||
#!/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
|
Loading…
Reference in new issue