Changeset 4956
- Timestamp:
- May 29, 2017, 5:01:58 PM (4 years ago)
- Location:
- lmd-client/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lmd-client/trunk/fuentes/debian/changelog
r4576 r4956 1 lmd-client (0.46) xenial; urgency=high 2 3 * Added umount for semi-thin clients 4 5 -- Hector Garcia Huerta <hectorgh@gmail.com> Mon, 29 May 2017 17:01:20 +0200 6 1 7 lmd-client (0.45) xenial; urgency=high 2 8 -
lmd-client/trunk/fuentes/install/usr/share/ldm/rc.d.diversions/X99-zlocalapps-cleanup.lliurex
r512 r4956 26 26 fi 27 27 28 # LLIUREX UMOUNT FOR FAT AND SEMITHIN CLIENTS 29 if [ -e /etc/lightdm/ExitSession.d/umounter ]; then 30 /etc/lightdm/ExitSession.d/umounter ${LDM_USERNAME} || true 31 fi 32 33 28 34 # Unmount other mounts 29 35 if [ -n "${LOCAL_APPS_EXTRAMOUNTS}" ]; then
Note: See TracChangeset
for help on using the changeset viewer.