#!/bin/sh

# pam_console_apply is harmfull during install
find /etc/udev/rules.d/ -type f -print0 |
	xargs -r0 fgrep -Zl pam_console_apply -- |
	xargs -r0 rm -fv --
