Apply squashfs filesystem to the initrd(ramdisk) of TV
[profile/tv/meta-tv.git] / scripts / tv-desktop-applications.post
1 #!/bin/sh
2 echo "############### tv-desktop-applications.post ################"
3
4 # call function defined in meta-generic
5 for user in alice bob carol guest developer; do
6         generic_desktop_applications_fix_userhome $user
7 done
8
9