diff options
Diffstat (limited to 'abs/core/udevil/udevil.install')
-rw-r--r-- | abs/core/udevil/udevil.install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/abs/core/udevil/udevil.install b/abs/core/udevil/udevil.install new file mode 100644 index 0000000..d839de6 --- /dev/null +++ b/abs/core/udevil/udevil.install @@ -0,0 +1,4 @@ +post_install() { + echo '>>> REMEMBER to enable kernel polling when using devmon without udisks:' + echo ' http://ignorantguru.github.com/udevil/#polling' +} |