summaryrefslogtreecommitdiff
path: root/init.d/50vcs-ignore
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/50vcs-ignore')
-rwxr-xr-xinit.d/50vcs-ignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.d/50vcs-ignore b/init.d/50vcs-ignore
index 134bc29..967d896 100755
--- a/init.d/50vcs-ignore
+++ b/init.d/50vcs-ignore
@@ -45,6 +45,10 @@ if [ "$LOWLEVEL_PACKAGE_MANAGER" = dpkg ]; then
comment "new and old versions of conffiles, stored by dpkg"
ignore "*.dpkg-*"
nl
+elif [ "$LOWLEVEL_PACKAGE_MANAGER" = "rpm" ]; then
+ comment "new and old versions of conffiles, stored by apt/rpm"
+ ignore "*.rpm*"
+ nl
elif [ "$LOWLEVEL_PACKAGE_MANAGER" = "pacman-g2" ]; then
comment "new and old versions of conffiles, stored by pacman"
ignore "*.pacnew"