summaryrefslogtreecommitdiff
path: root/libraries/libgphoto2/doinst.sh
blob: 5704983371cdf5db40e6e0bf892e70bd3e36fd79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

# Generate udev rules files 
usr/bin/print-camera-list udev-rules mode 0660 group plugdev \
  >> etc/udev/rules.d/90-libgphoto2.rules

# Install hal device information files
usr/bin/print-camera-list hal-fdi \
  > usr/share/hal/fdi/information/20thirdparty/10-camera-libgphoto2.fdi
usr/bin/print-camera-list hal-fdi-device \
  > usr/share/hal/fdi/information/20thirdparty/10-camera-libgphoto2-device.fdi