aboutsummaryrefslogtreecommitdiff
path: root/community/neofetch/patches/add-cpt.patch
blob: 782180269df9c8f59b9d7fc8d3b80d616ce13ecd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From f77d157496f7816ca1c03acef6a349a4db3c374d Mon Sep 17 00:00:00 2001
From: Cem Keylan <cem@ckyln.com>
To: Dylan Araps <dylan@k1ss.org>
Date: Wed, 16 Sep 2020 15:12:00 +0300
Subject: [PATCH][neofetch] get_packages(): add Carbs Packaging Tools

---
 neofetch | 1 +
 1 file changed, 1 insertion(+)

diff --git a/neofetch b/neofetch
index 4a38096..0df70a8 100755
--- a/neofetch
+++ b/neofetch
@@ -1489,6 +1489,7 @@ get_packages() {
         Linux|BSD|"iPhone OS"|Solaris)
             # Package Manager Programs.
             has kiss       && tot kiss l
+            has cpt-list   && tot cpt-list
             has pacman-key && tot pacman -Qq --color never
             has dpkg       && tot dpkg-query -f '.\n' -W
             has rpm        && tot rpm -qa
-- 
2.28.0