projects
/
profile
/
tv
/
meta-tv.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Delete unused files
[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