aboutsummaryrefslogtreecommitdiff
path: root/widgets
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-08-22 14:46:05 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-08-22 14:46:05 +0200
commit4113d371d17087887f2a9a0ae51a20dd4dd3cadf (patch)
tree75fc008feaafccfdd891c828ea5325f5d11f48b6 /widgets
parentfc46e7a19d70668da0ab1df900da8898ebad000a (diff)
downloadvicious-legacy-4113d371d17087887f2a9a0ae51a20dd4dd3cadf.tar.xz
pkg: include FreeBSD support
Diffstat (limited to 'widgets')
-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" }
}