Commit 833f87fa authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-dedup: fix info message (ALT bug 37473)

parent 380f5971
...@@ -53,7 +53,7 @@ case "$DISTRNAME" in ...@@ -53,7 +53,7 @@ case "$DISTRNAME" in
"ALTLinux") "ALTLinux")
assure_exists /usr/share/apt/scripts apt-scripts assure_exists /usr/share/apt/scripts apt-scripts
if [ -f /usr/share/apt/scripts/dedup.lua ] ; then if [ -f /usr/share/apt/scripts/dedup.lua ] ; then
"Check for duplicates via apt-get dedup from apt-scripts" info "Check for duplicates via apt-get dedup from apt-scripts"
sudocmd apt-get dedup sudocmd apt-get dedup
else else
try_fix_apt_rpm_dupls try_fix_apt_rpm_dupls
......
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