updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / fcc / fcc.install
blobee036b3e91bb04bf1807ed2475fac96eb5ec3983
1 # arg 1:  the new package version
2 pre_install() {
3   /bin/true
6 # arg 1:  the new package version
7 post_install() {
8   update-desktop-database >/dev/null 2>&1
11 post_upgrade() {
12   echo "Please run 'cp /opt/firstclass/fcapps ~/firstclass/' to update your settings"
15 # arg 1:  the new package version
16 # arg 2:  the old package version
17 pre_upgrade() {
18   post_install $1
21 # arg 1:  the old package version
22 pre_remove() {
23   /bin/true
26 # arg 1:  the old package version
27 post_remove() {
28   update-desktop-database >/dev/null 2>&1
29   /bin/true
32 op=$1
33 shift
34 $op $*