convert_app2template_for_templatevm.sh: convert all the appemenus, regradless of NotShowIn tags

This commit is contained in:
Joanna Rutkowska 2011-04-07 21:30:55 +02:00
parent 9ed81a8097
commit ab156b9fd0

View File

@ -10,6 +10,7 @@ sed -e "s/^\(Name.*\)=\(.*\)/\1=%VMNAME%: \2/" \
grep -v "^Mime" | \
grep -v "^TryExec" | \
grep -v "^OnlyShowIn" | \
grep -v "^NotShowIn" | \
grep -v "^Startup" >$DST
#echo "Categories=%VMNAME%" >> $DST