index
:
libphidget21.git
master
squeeze-backports
upstream
libphidget21 Debian packaging
Jonathan McCrohan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hotplug
/
phidgets
blob: f9fbb482ab47aa3ec5dff8f5aa0e25dc934c95a5 (
plain
)
1
2
3
4
5
6
7
#!/bin/bash
if
[
"
$ACTION
"
=
"add"
]
&&
[
-f
"
$DEVICE
"
]
then
chmod
666
"
$DEVICE
"
fi