Commit 4daaf698 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm dedup: add apt-get dedup from apt-get dedup support

parent 013a084b
......@@ -51,7 +51,14 @@ epm_dedup()
{
case $PMTYPE in
apt-rpm)
try_fix_apt_rpm_dupls
# ALT Linux only
assure_exists /usr/share/apt/scripts apt-scripts
if [ -f /usr/share/apt/scripts/dedup.lua ] ; then
"Check for duplicates via apt-get dedup from apt-scripts"
sudocmd apt-get dedup
else
try_fix_apt_rpm_dupls
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