summaryrefslogtreecommitdiffstats
path: root/abs/extra/r/r.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/r/r.install')
-rw-r--r--abs/extra/r/r.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/abs/extra/r/r.install b/abs/extra/r/r.install
new file mode 100644
index 0000000..522ce52
--- /dev/null
+++ b/abs/extra/r/r.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
+}
+