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 00:18:00 UTC 2012
[aur-mirror.git]
/
minos
/
minos.install
blob
82666be74a886cfa4403ed379725840bb372ccfe
1
pre_install() {
2
/bin/true
3
}
4
5
post_install() {
6
echo "Before using the FORM, please read the license agreement. (/usr/share/doc/FORM/license)"
7
}
8
9
pre_upgrade() {
10
/bin/true
11
}
12
13
post_upgrade() {
14
post_install
15
}
16
17
# arg 1: the old package version
18
pre_remove() {
19
/bin/true
20
}
21
22
# arg 1: the old package version
23
post_remove() {
24
/bin/true
25
}
26