convert_app2template_for_templatevm.sh: convert all the appemenus, regradless of NotShowIn tags
This commit is contained in:
parent
9ed81a8097
commit
ab156b9fd0
@ -10,6 +10,7 @@ sed -e "s/^\(Name.*\)=\(.*\)/\1=%VMNAME%: \2/" \
|
|||||||
grep -v "^Mime" | \
|
grep -v "^Mime" | \
|
||||||
grep -v "^TryExec" | \
|
grep -v "^TryExec" | \
|
||||||
grep -v "^OnlyShowIn" | \
|
grep -v "^OnlyShowIn" | \
|
||||||
|
grep -v "^NotShowIn" | \
|
||||||
grep -v "^Startup" >$DST
|
grep -v "^Startup" >$DST
|
||||||
|
|
||||||
#echo "Categories=%VMNAME%" >> $DST
|
#echo "Categories=%VMNAME%" >> $DST
|
||||||
|
Loading…
Reference in New Issue
Block a user