aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--widgets/pkg.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/pkg.lua b/widgets/pkg.lua
index 3bc6807..940d173 100644
--- a/widgets/pkg.lua
+++ b/widgets/pkg.lua
@@ -26,6 +26,7 @@ local function worker(format, warg)
["Debian"] = { cmd = "apt-show-versions -u -b" },
["Ubuntu"] = { cmd = "aptitude search '~U'" },
["Fedora"] = { cmd = "yum list updates", sub = 3 },
+ ["FreeBSD"] ={ cmd = "pkg_version -I -l '<'" },
["Mandriva"]={ cmd = "urpmq --auto-select" }
}