summarylogtreecommitdiffstats
path: root/r-mkl.install
diff options
context:
space:
mode:
authorm-wells2015-06-08 12:25:02 -0400
committerm-wells2015-06-08 12:25:02 -0400
commit1529666e84e7c0274c140cb0c0d3133a6d7f65d9 (patch)
tree86559caacbcec6b6b279d2696103a9c29dad466b /r-mkl.install
downloadaur-1529666e84e7c0274c140cb0c0d3133a6d7f65d9.tar.gz
Initial import
Diffstat (limited to 'r-mkl.install')
-rw-r--r--r-mkl.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/r-mkl.install b/r-mkl.install
new file mode 100644
index 000000000000..522ce52e7b1f
--- /dev/null
+++ b/r-mkl.install
@@ -0,0 +1,16 @@
+post_install() {
+ update-desktop-database -q
+ if [[ -x /usr/bin/mktexlsr ]]; then
+ echo ">>> updating the filename database for texlive..."
+ mktexlsr --quiet usr/share/texmf
+ fi
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+