diff options
Diffstat (limited to 'community/grass/grass.install')
-rw-r--r-- | community/grass/grass.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/grass/grass.install b/community/grass/grass.install new file mode 100644 index 000000000..dc6b4eec6 --- /dev/null +++ b/community/grass/grass.install @@ -0,0 +1,12 @@ +post_install() { + pre_remove +} + +post_upgrade() { + pre_remove +} + +pre_remove() { + sed -e '/\/opt\/grass-*\/lib/d' -i /etc/ld.so.conf +} + |