diff options
| author | Simon Rettberg | 2015-07-27 13:56:25 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2015-07-27 13:56:25 +0200 |
| commit | 0e80851793eb3b2d12be9f617c4dc4846fb6c1a3 (patch) | |
| tree | 2bb4fea6dda4e858db0db70d3f1ca5c293553c21 /server | |
| parent | [auth-freiburg] Link user defined mime mappings (diff) | |
| download | tm-scripts-0e80851793eb3b2d12be9f617c4dc4846fb6c1a3.tar.gz tm-scripts-0e80851793eb3b2d12be9f617c4dc4846fb6c1a3.tar.xz tm-scripts-0e80851793eb3b2d12be9f617c4dc4846fb6c1a3.zip | |
[pam] Remove vbox group hack
Diffstat (limited to 'server')
| -rwxr-xr-x | server/modules/auth-freiburg/etc/profile.d/00-autostart.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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")" |
