updated on Fri Jan 13 08:00:32 UTC 2012
[aur-mirror.git] / magickthumbnail / magickthumbnail.install
blob5f5ce3c331be5eb15b4ea321df1a46e6ca3375a0
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 "  > To install the handlers necessary to display thumbs,"
12   echo "  > as EACH user you need to first run:"
13   echo "  >   /usr/bin/magickthumbnail"
14   echo "  > and click \"install handlers\", then click \"ok\" and"
15   echo "  > \"ok\" to exit"
18 # arg 1:  the new package version
19 # arg 2:  the old package version
20 pre_upgrade() {
21   /bin/true
24 # arg 1:  the new package version
25 # arg 2:  the old package version
26 post_upgrade() {
27   /bin/true
30 # arg 1:  the old package version
31 pre_remove() {
32   /bin/true
35 # arg 1:  the old package version
36 post_remove() {
37   /bin/true