summarylogtreecommitdiffstats
path: root/imagemagick-essentials-git.install
blob: a8159ddc985f6cd3f6a8b2c9d9cab955f5fb74a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
    ldconfig
    echo ">> ImageMagick has been installed."
    echo ">> Run 'magick --version' to verify the installation."
}

post_upgrade() {
    ldconfig
}

post_remove() {
    ldconfig
}