Commit ed688aac authored by Jorge Bucaran's avatar Jorge Bucaran

fix use of older omf_use in omf_remove_package

parent d18d886c
...@@ -18,7 +18,7 @@ function omf_remove_package ...@@ -18,7 +18,7 @@ function omf_remove_package
return $OMF_INVALID_ARG return $OMF_INVALID_ARG
end end
if test $pkg = (cat $OMF_CONFIG/theme) if test $pkg = (cat $OMF_CONFIG/theme)
omf_use "default" omf_theme "default"
end end
rm -rf $OMF_PATH/themes/$pkg rm -rf $OMF_PATH/themes/$pkg
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment