Commit b3b3311c authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Made groups file python version agnostic

parent 9cbdfbbf
...@@ -8,8 +8,10 @@ lib ...@@ -8,8 +8,10 @@ lib
/usr/lib/lib.* /usr/lib/lib.*
/usr/lib/cups/.* /usr/lib/cups/.*
/usr/lib/systemd/.* /usr/lib/systemd/.*
/usr/lib/python2.*/.*\.(la|so) /usr/lib/python.*/.*\.(la|so)
doc doc
/usr/share/doc/.* /usr/share/doc/.*
etc etc
/etc/.* /etc/.*
bytecode
/.*\.py[oc]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment