updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / bitblinder / bitblinder.install
blob10e5c98723aaf5d6fc6de6cce22fb07579d6c7c9
1 ## arg 1:  the new package version
2 pre_install() {
3   /bin/true
6 ## arg 1:  the new package version
7 post_install() {
8   cat << EOF
9 > NOTES:
10 >   * You MUST have an account to use BitBlinder. The client will NOT work
11 >     unless you have received a beta invite!
12 >   * BitBlinder is currently in beta: bugs and insecurities still exist.
13 EOF
16 ## arg 1:  the new package version
17 ## arg 2:  the old package version
18 pre_upgrade() {
19   /bin/true
22 ## arg 1:  the new package version
23 ## arg 2:  the old package version
24 post_upgrade() {
25   /bin/true
28 ## arg 1:  the old package version
29 pre_remove() {
30   /bin/true
33 ## arg 1:  the old package version
34 post_remove() {
35   /bin/true
38 # vim:set ts=2 sw=2 et: