Commit f1505edf authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-autoremove: add eopkg support

parent 4c794318
......@@ -356,6 +356,13 @@ case $PMTYPE in
sudocmd opkg --autoremove
fi
;;
eopkg)
if [ -n "$dryrun" ] ; then
sudocmd opkg --dry-run autoremove
else
sudocmd eopkg autoremove
fi
;;
*)
fatal 'Have no suitable command for $PMTYPE'
;;
......
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