Changeset 2800
- Timestamp:
- Nov 9, 2016, 1:11:50 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
home-linker/trunk/fuentes/home-linker.install/usr/sbin/home-linker
r2799 r2800 232 232 if [ "$GRP_USER" = "teachers" ]; then 233 233 # DELETE OLD DIRECTORIES FOR OTHER LANGUAGES 234 for i in es_ES.UTF-8 ca_ES.UTF-8@Valencia ca_ES.UTF-8@valencia ; do234 for i in es_ES.UTF-8 ca_ES.UTF-8@Valencia ca_ES.UTF-8@valencia en; do 235 235 SHARETEACHERS_LOCALE_ERASE="$(/usr/bin/xdg_translator "$i" "Teachers_Share")" 236 236 if [ -d "$HL_HOME/$SHARETEACHERS_LOCALE_ERASE" ]; then … … 239 239 fi 240 240 done 241 for i in es_ES.UTF-8 ca_ES.UTF-8@Valencia ca_ES.UTF-8@valencia ; do241 for i in es_ES.UTF-8 ca_ES.UTF-8@Valencia ca_ES.UTF-8@valencia en; do 242 242 DATA_ALUM_ERASE="$(/usr/bin/xdg_translator "$i" "Data_Alum")" 243 243 if [ -d "$HL_HOME/$DATA_ALUM_ERASE" ]; then … … 272 272 if [ "$GRP_USER" = "teachers" ]; then 273 273 # DELETE OLD DIRECTORIES FOR OTHER LANGUAGES 274 for i in es_ES.UTF-8 ca_ES.UTF-8@Valencia ca_ES.UTF-8@valencia ; do274 for i in es_ES.UTF-8 ca_ES.UTF-8@Valencia ca_ES.UTF-8@valencia en; do 275 275 SHARETEACHERS_LOCALE_ERASE="$(/usr/bin/xdg_translator "$i" "Teachers_Share")" 276 276 if [ -d $HL_HOME/$SHARETEACHERS_LOCALE_ERASE ]; then … … 279 279 fi 280 280 done 281 for i in es_ES.UTF-8 ca_ES.UTF-8@Valencia ca_ES.UTF-8@valencia ; do281 for i in es_ES.UTF-8 ca_ES.UTF-8@Valencia ca_ES.UTF-8@valencia en; do 282 282 DATA_ALUM_ERASE="$(/usr/bin/xdg_translator "$i" "Data_Alum")" 283 283 if [ -d $HL_HOME/$DATA_ALUM_ERASE ]; then
Note: See TracChangeset
for help on using the changeset viewer.