summaryrefslogtreecommitdiffstats
path: root/extra/grass/grass.install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/grass/grass.install')
-rw-r--r--extra/grass/grass.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/grass/grass.install b/extra/grass/grass.install
deleted file mode 100644
index 116f57cc6..000000000
--- a/extra/grass/grass.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- sed -e '/\/opt\/grass-*/d' -i /etc/ld.so.conf
- echo '/opt/grass/lib' >> etc/ld.so.conf
- sbin/ldconfig -r .
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- sed -e '/\/opt\/grass-*\/lib/d' -i /etc/ld.so.conf
- sbin/ldconfig -r .
-}
-