blob: 67f7aebd44b895d5b19a9a85f45bbb1a36b163a2 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
echo "############### mobile-desktop-applications.post ################"
# call function defined in meta-generic
for user in alice bob carol guest developer; do
generic_desktop_applications_fix_userhome $user
done
|