Added dpkg rule

For example, when using ```dpkg -i some-pkg.deb```
This commit is contained in:
Trace
2015-04-27 17:45:59 -05:00
parent 4cf631fa47
commit a2ac15da56
+2 -1
View File
@@ -7,7 +7,8 @@ patterns = ['permission denied',
'root privilege',
'This command has to be run under the root user.',
'This operation requires root.',
'You need to be root to perform this command.']
'You need to be root to perform this command.',
'requested operation requires superuser privilege']
def match(command, settings):