updated on Mon Jan 23 00:00:36 UTC 2012
[aur-mirror.git] / registry-tools-bin / registry-tools.install
blob69bd93ade16bea268d64f518fb8236600b55e9d3
1 # This is a default template for a post-install scriptlet.  You can
2 # remove any functions you don't need (and this header).
4 # arg 1:  the new package version
5 pre_install() {
6   /bin/true
9 # arg 1:  the new package version
10 post_install() {
11         echo -n "WARNING: This is alpha software.  Please make a backup of any"
12         echo "registry hives you are using it on."
13         /bin/true
16 # arg 1:  the new package version
17 # arg 2:  the old package version
18 pre_upgrade() {
19   post_install $1
20   /bin/true
23 # arg 1:  the old package version
24 pre_remove() {
25   /bin/true
28 # arg 1:  the old package version
29 post_remove() {
30   /bin/true
33 op=$1
34 shift
35 $op $*