From 83a0fbfa85d01554420f329697cf51166f7c7978 Mon Sep 17 00:00:00 2001 From: nicolaichuk Date: Sun, 20 Sep 2015 19:18:03 +0300 Subject: add support pacmatic http://kmkeen.com/pacmatic/ --- list-installed.d/50list-installed | 2 ++ 1 file changed, 2 insertions(+) (limited to 'list-installed.d') 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 -- cgit v1.2.3