summaryrefslogtreecommitdiff
path: root/update-ignore.d
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 /update-ignore.d
parentd3b2a6217c3b140c029b95bfde83ad6a4211dd68 (diff)
add support pacmatic http://kmkeen.com/pacmatic/
Diffstat (limited to 'update-ignore.d')
-rwxr-xr-xupdate-ignore.d/01update-ignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-ignore.d/01update-ignore b/update-ignore.d/01update-ignore
index 098fab8..7347287 100755
--- a/update-ignore.d/01update-ignore
+++ b/update-ignore.d/01update-ignore
@@ -93,7 +93,7 @@ writefile () {
comment "new and old versions of conffiles, stored by apt/rpm"
ignore "*.rpm*"
nl
- elif [ "$LOWLEVEL_PACKAGE_MANAGER" = "pacman-g2" -o "$LOWLEVEL_PACKAGE_MANAGER" = "pacman" ]; then
+ elif [ "$LOWLEVEL_PACKAGE_MANAGER" = "pacman-g2" -o "$LOWLEVEL_PACKAGE_MANAGER" = "pacman" -o "$LOWLEVEL_PACKAGE_MANAGER" = "pacmatic" ]; then
comment "new and old versions of conffiles, stored by pacman"
ignore "*.pacnew"
ignore "*.pacorig"