ubuntu/bionic
Julien Lavergne 14 years ago
parent 2938ce2a94
commit 57475c71b2

2
debian/postinst vendored

@ -16,7 +16,7 @@ if [ "$1" = configure ]; then
fi fi
if dpkg-maintscript-helper supports mv_conffile 2>/dev/null; then 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 -- "$@" dpkg-maintscript-helper mv_conffile /etc/xdg/pcmanfm/lubuntu.conf /etc/xdg/pcmanfm/lubuntu/lubuntu.conf 0.15 -- "$@"
fi fi
#DEBHELPER# #DEBHELPER#

2
debian/postrm vendored

@ -3,7 +3,7 @@
set -e set -e
if dpkg-maintscript-helper supports mv_conffile 2>/dev/null; then 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 -- "$@" dpkg-maintscript-helper mv_conffile /etc/xdg/pcmanfm/lubuntu.conf /etc/xdg/pcmanfm/lubuntu/lubuntu.conf 0.15 -- "$@"
fi fi
#DEBHELPER# #DEBHELPER#

2
debian/preinst vendored

@ -3,7 +3,7 @@
set -e set -e
if dpkg-maintscript-helper supports mv_conffile 2>/dev/null; then 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 -- "$@" dpkg-maintscript-helper mv_conffile /etc/xdg/pcmanfm/lubuntu.conf /etc/xdg/pcmanfm/lubuntu/lubuntu.conf 0.15 -- "$@"
fi fi
#DEBHELPER# #DEBHELPER#

Loading…
Cancel
Save