summaryrefslogtreecommitdiff
path: root/list-installed.d/50list-installed
diff options
context:
space:
mode:
authornicolaichuk <nicolaichuk@gmail.com>2015-09-20 19:18:03 +0300
committerJoey Hess <joeyh@joeyh.name>2015-09-21 16:38:38 -0400
commit83a0fbfa85d01554420f329697cf51166f7c7978 (patch)
treecccc4ecd2c889fb3c8d754fc7bcbe2f5b6701c3e /list-installed.d/50list-installed
parentd3b2a6217c3b140c029b95bfde83ad6a4211dd68 (diff)
add support pacmatic http://kmkeen.com/pacmatic/
Diffstat (limited to 'list-installed.d/50list-installed')
-rwxr-xr-xlist-installed.d/50list-installed2
1 files changed, 2 insertions, 0 deletions
diff --git a/list-installed.d/50list-installed b/list-installed.d/50list-installed
index 4a8ce70..129447f 100755
--- a/list-installed.d/50list-installed
+++ b/list-installed.d/50list-installed
@@ -17,6 +17,8 @@ else
rpm -qa --qf "%|epoch?{%{epoch}}:{0}|:%{name}-%{version}-%{release}.%{arch}\n" | sort
elif [ "$LOWLEVEL_PACKAGE_MANAGER" = pacman ]; then
pacman -Q
+ elif [ "$LOWLEVEL_PACKAGE_MANAGER" = pacmatic ]; then
+ pacmatic -Q
elif [ "$LOWLEVEL_PACKAGE_MANAGER" = pkgng ]; then
pkg info -E "*"
fi