1
1
Fork 0
mirror of https://github.com/vicious-widgets/vicious synced 2023-12-14 07:13:07 +01:00

pkg: include FreeBSD support

This commit is contained in:
Adrian C. (anrxc) 2010-08-22 14:46:05 +02:00
parent fc46e7a19d
commit 4113d371d1

View file

@ -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" }
}