repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to community-any
[ArchLinux/community.git]
/
usbview
/
repos
/
community-x86_64
/
usbview.install
blob
9be6d88f74c1a226b143f92fdb4a5a3538942bb7
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"
7
}
8
9
post_upgrade() {
10
post_install
11
}