1 # This is a default template for a post-install scriptlet. You can
2 # remove any functions you don't need (and this header).
4 # arg 1: the new package version
7 echo ">>> HOW TO MOUNT AN ECRYPTED FS DURING LOGIN WITH KENCFS"
9 echo ">>> Open the "startkde" script with a texteditor,"
10 echo ">>> and search for the section begins with"
11 echo ">>> \"# run KPersonalizer before the session, if this is the first login\"."
13 echo ">>> Before the last "fi" tag, insert the following 5 lines:"
19 echo ">>> else # inserted line 1"
20 echo ">>> if [ -e /opt/kde/lib/kencfs2/kencfspass_ui.py ] && [ -e ~/.kencfs2/start_with_kde.flag ] # inserted line 2"
21 echo ">>> then # inserted line 3"
22 echo ">>> python /opt/kde/lib/kencfs2/kencfspass.py # inserted line 4"
23 echo ">>> fi # inserted line 5"
24 echo ">>> fi # last fi"