repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
adept-runtime
/
adept-runtime.install
blob
e8cad893684427f7b34ba52e6ac3ecb58881a0ea
1
post_install() {
2
/sbin/udevadm control --reload-rules
3
/sbin/ldconfig
4
echo "Make sure you agree with the EULA at /usr/share/licenses/adept-runtime/EULA."
5
}
6
7
post_upgrade() {
8
/sbin/udevadm control --reload-rules
9
/sbin/ldconfig
10
}
11
12
post_remove() {
13
/sbin/udevadm control --reload-rules
14
/sbin/ldconfig
15
}
16
17
# vim:set ts=2 sw=2 et: