summarylogtreecommitdiffstats
path: root/r-devel.install
diff options
context:
space:
mode:
authorGergely Daróczi2015-06-21 22:03:46 -0700
committerGergely Daróczi2015-06-21 22:03:46 -0700
commit2830eee05915799761f38c44c1ba196cb69d0c45 (patch)
tree2148f446311e335fe00752708d8e55e5a4df0a0b /r-devel.install
downloadaur-2830eee05915799761f38c44c1ba196cb69d0c45.tar.gz
Initial import
Diffstat (limited to 'r-devel.install')
-rw-r--r--r-devel.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/r-devel.install b/r-devel.install
new file mode 100644
index 000000000000..d3289ab64233
--- /dev/null
+++ b/r-devel.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+