From 0e80851793eb3b2d12be9f617c4dc4846fb6c1a3 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 27 Jul 2015 13:56:25 +0200 Subject: [pam] Remove vbox group hack --- server/modules/auth-freiburg/etc/profile.d/00-autostart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') diff --git a/server/modules/auth-freiburg/etc/profile.d/00-autostart.sh b/server/modules/auth-freiburg/etc/profile.d/00-autostart.sh index 642aa002..bb6cf848 100755 --- a/server/modules/auth-freiburg/etc/profile.d/00-autostart.sh +++ b/server/modules/auth-freiburg/etc/profile.d/00-autostart.sh @@ -7,7 +7,7 @@ if [ -d "$PERSISTENT_HOME_DIR" ]; then # Persistent home was mounted, take care of some conveinience # Dirs - for file in .vim .mozilla .thunderbird .config/chromium .config/htop .config/openslx .config/xfce4; do + for file in .vim .mozilla .thunderbird .config/chromium .config/htop .config/openslx .config/xfce4 .local/share/applications/mimeapps.list; do [ -e "$TEMP_HOME_DIR/$file" ] && break if [ "x$(dirname "$file")" != "x." ]; then mkdir -p "$TEMP_HOME_DIR/$(dirname "$file")" -- cgit v1.2.3-55-g7522