updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / promogest / promogest.install
blobecb68610e09e274390ebb84ff17dcf4bb925db58
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   /usr/share/promogest/install_db/install.sh
12   echo -e "Please, make your company in database, typing \ 
13        /usr/share/promogest/install_db/create_company [company] \
14        where [company] is name of your company. "
15 }     
17 # arg 1:  the new package version
18 # arg 2:  the old package version
19 pre_upgrade() {
20   /bin/true
23 # arg 1:  the new package version
24 # arg 2:  the old package version
25 post_upgrade() {
26  echo -e "Please, update your database, typing \
27        /usr/share/promogest/install_db/update_db [company] \
28        where [company] is name of your company. "
31 # arg 1:  the old package version
32 pre_remove() {
33   /bin/true
36 # arg 1:  the old package version
37 post_remove() {
38   /bin/true
41 op=$1
42 shift
43 $op $*