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 Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git]
/
adjtimex
/
adjtimex.install
blob
1a8fefe31f0d5519b57975e0716ca198ad1313be
1
post_install() {
2
echo
3
echo '---------------------------------------------------------------------------'
4
echo 'IMPORTANT NOTE:'
5
echo
6
echo 'Run adjtimexconfig only as a superuser.'
7
echo
8
echo "---------------------------------------------------------------------------"
9
}
10
11
post_upgrade() {
12
post_install
13
}
14
15
post_remove() {
16
/bin/true
17
}
18
19
op=$1
20
shift
21
22
$op $*