summaryrefslogtreecommitdiff
path: root/testing/r/r.install
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-07-24 00:03:37 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-07-24 00:03:37 -0500
commit070c331922151d301e3147728cae638902b61db9 (patch)
tree72e112fe8edc90e296f318b0603f3288369f43a9 /testing/r/r.install
parent0d18015803bebeb58911bf791653597291056095 (diff)
parent0e8166d926f929f470d01d5bc8c8823e094742da (diff)
Commiting libre package llvm-2.9-6
Diffstat (limited to 'testing/r/r.install')
-rw-r--r--testing/r/r.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/r/r.install b/testing/r/r.install
new file mode 100644
index 000000000..d3289ab64
--- /dev/null
+++ b/testing/r/r.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+