Package: pcmanfm
Version: 0.3.2.2-1

The file managers needs a alternatives file, there are the lines to
add on postinst and prerm:

postinst:

if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] ; then
   update-alternatives --install /usr/bin/file-manager \
       file-manager /usr/bin/pcmanfm 70 \
       --slave /usr/share/man/man1/file-manager.1.gz \
       file-manager.1.gz /usr/share/man/man1/pcmanfm.1.gz
fi


prerm:

if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then
   update-alternatives --remove file-manager /usr/bin/pcmanfm
fi




Greetings

Thanatermesis

--
Do you want a new linux experience? Just follow my legacy...


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to