summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorSimon Rettberg2015-07-27 13:56:25 +0200
committerSimon Rettberg2015-07-27 13:56:25 +0200
commit0e80851793eb3b2d12be9f617c4dc4846fb6c1a3 (patch)
tree2bb4fea6dda4e858db0db70d3f1ca5c293553c21 /server
parent[auth-freiburg] Link user defined mime mappings (diff)
downloadtm-scripts-0e80851793eb3b2d12be9f617c4dc4846fb6c1a3.tar.gz
tm-scripts-0e80851793eb3b2d12be9f617c4dc4846fb6c1a3.tar.xz
tm-scripts-0e80851793eb3b2d12be9f617c4dc4846fb6c1a3.zip
[pam] Remove vbox group hack
Diffstat (limited to 'server')
-rwxr-xr-xserver/modules/auth-freiburg/etc/profile.d/00-autostart.sh2
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")"