summaryrefslogtreecommitdiff
path: root/libre/libretools-legacy/libretools-legacy.install
blob: 3ede1f90440477a421b2281cb2e0cdd7d200d6df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/bin/sh

# arg 1:  the new package version
post_install() {
  cat <<EOF
Please check https://wiki.parabolagnulinux.org/Package_maintainer_guide
and follow instructions there before using libretools.

If you plan using fullpkg you should read https://wiki.parabolagnulinux.org/fullpkg
and install libretools-\$arch if avaliable

EOF
  update-cleansystem
}

## arg 1:  the new package version
## arg 2:  the old package version
post_upgrade() {
  cat <<EOF
Check your /etc/libretools.conf, it has changed substantially.

If using fullpkg, you should install libretools-\$arch if avaliable

EOF
  update-cleansystem
}

# vim:set ts=2 sw=2 et: