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.
11 lines
232 B
11 lines
232 B
14 years ago
|
#!/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
|