chsmack -t %{TZ_SYS_GLOBALUSER_DATA}/.voice/tts/personal-info
chsmack -a "User::App::Shared" %{TZ_SYS_GLOBALUSER_DATA}/.voice/tts/engine-info
chsmack -a "User::App::Shared" %{TZ_SYS_GLOBALUSER_DATA}/.voice/tts/personal-info
-chown -R ui_fw:users %{TZ_SYS_GLOBALUSER_DATA}/.voice
+chown -R owner:users %{TZ_SYS_GLOBALUSER_DATA}/.voice
%postun -p /sbin/ldconfig
chmod 664 $DST_CONF_PATH
fi
- chown -R ui_fw:users $(get_rw_path)/usr/data/.voice
+ chown -R owner:users $(get_rw_path)/usr/data/.voice
+ log I "TTS Migration change owner of .voice"
log I "TTS Migration 7.0 only END"
else
log I "TTS Migration after 8.0 START"
mkdir -p -m 0775 $DST_PERSONAL_INFO_PATH
chsmack -t $DST_PERSONAL_INFO_PATH
chsmack -a "User::App::Shared" $DST_PERSONAL_INFO_PATH
- chown -R ui_fw:users $(get_rw_path)/usr/data/.voice
fi
+ chown -R owner:users $(get_rw_path)/usr/data/.voice
+
+ log I "TTS Migration change owner of .voice"
log I "TTS Migration after 8.0 END"
fi
}