archrelease: copy trunk to community-any
[ArchLinux/community.git] / usbview / repos / community-x86_64 / usbview.install
blob9be6d88f74c1a226b143f92fdb4a5a3538942bb7
1 post_install() {
2   echo ">>> Debugfs must be mounted in order to use usbview."
3   echo ">>> As root execute:"
4   echo ">>> \"mount -t debugfs none /sys/kernel/debug\" or add"
5   echo ">>> \"none /sys/kernel/debug debugfs defaults 0 0\""
6   echo ">>> to /etc/fstab"
9 post_upgrade() {
10   post_install