summaryrefslogtreecommitdiff
path: root/community/grass/grass.install
blob: dc6b4eec62dc6b2a3d6ae099e971908d9454366f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
    pre_remove
}

post_upgrade() {
    pre_remove
}

pre_remove() {
    sed -e '/\/opt\/grass-*\/lib/d' -i /etc/ld.so.conf
}