aboutsummaryrefslogtreecommitdiff
path: root/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'widgets')
-rw-r--r--widgets/pkg.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/widgets/pkg.lua b/widgets/pkg.lua
index 15389a9..3bc6807 100644
--- a/widgets/pkg.lua
+++ b/widgets/pkg.lua
@@ -25,7 +25,8 @@ local function worker(format, warg)
["Arch S"] = { cmd = "yes | pacman -Sup", sub = 2 },
["Debian"] = { cmd = "apt-show-versions -u -b" },
["Ubuntu"] = { cmd = "aptitude search '~U'" },
- ["Fedora"] = { cmd = "yum list updates", sub = 3 }
+ ["Fedora"] = { cmd = "yum list updates", sub = 3 },
+ ["Mandriva"]={ cmd = "urpmq --auto-select" }
}
-- Check if updates are available