summaryrefslogtreecommitdiff
path: root/libre/libretools/libretools.install
blob: a44bb79d15e2dda6e5d601e766535a5206a88de0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

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

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

Make sure extra is before community on your REPOS array
in /etc/libretools.conf
EOF
}

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