summarylogtreecommitdiffstats
path: root/intel-mkl.install
diff options
context:
space:
mode:
Diffstat (limited to 'intel-mkl.install')
-rw-r--r--intel-mkl.install19
1 files changed, 0 insertions, 19 deletions
diff --git a/intel-mkl.install b/intel-mkl.install
deleted file mode 100644
index 322317d6f483..000000000000
--- a/intel-mkl.install
+++ /dev/null
@@ -1,19 +0,0 @@
-
-## arg 1: the new package version
-post_install() {
- echo "Intel-MKL: To configure the mkl thread number edit: /etc/intel-mkl-th.conf"
- echo "for more details visit: http://software.intel.com/sites/products/documentation/hpc/mkl/lin/MKL_UG_managing_performance/Using_Additional_Threading_Control.htm"
-
- ldconfig ;
-}
-
-post_upgrade() {
- post_install $1
-}
-
-## arg 1: the old package version
-post_remove() {
- ldconfig ;
-}
-
-# vim:set ts=2 sw=2 et: