File: lcdproc.postinst

package info (click to toggle)
lcdproc 0.5.9-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,088 kB
  • sloc: ansic: 59,645; sh: 1,740; perl: 681; makefile: 417
file content (8 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh -e

# activate udev rule before cme tries to upgrade the configuration
# restrict to usb subsystem used by imon. This could be changed if
# udev rules are created for other devices.
udevadm trigger --action=change --subsystem-match=usbmisc

#DEBHELPER#