diff options
author | Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com> | 2013-07-07 01:42:40 -0300 |
---|---|---|
committer | Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com> | 2013-07-07 01:44:52 -0300 |
commit | 5a0ec0151cea3048292a297bf5da3eca73c6a090 (patch) | |
tree | 0272e6e0d69ca26eb196cdd6bb643d1f82168add /update-ignore.d/01update-ignore | |
parent | 4700cd4415f26cc96d42ce64b3ee171087ace159 (diff) |
add support for pacman package manager
Diffstat (limited to 'update-ignore.d/01update-ignore')
-rwxr-xr-x | update-ignore.d/01update-ignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-ignore.d/01update-ignore b/update-ignore.d/01update-ignore index 7b2de72..2659aa6 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" ]; then + elif [ "$LOWLEVEL_PACKAGE_MANAGER" = "pacman-g2" -o "$LOWLEVEL_PACKAGE_MANAGER" = "pacman" ]; then comment "new and old versions of conffiles, stored by pacman" ignore "*.pacnew" ignore "*.pacorig" |