diff options
author | Gergely Daróczi | 2015-06-21 22:03:46 -0700 |
---|---|---|
committer | Gergely Daróczi | 2015-06-21 22:03:46 -0700 |
commit | 2830eee05915799761f38c44c1ba196cb69d0c45 (patch) | |
tree | 2148f446311e335fe00752708d8e55e5a4df0a0b /r-devel.install | |
download | aur-2830eee05915799761f38c44c1ba196cb69d0c45.tar.gz |
Initial import
Diffstat (limited to 'r-devel.install')
-rw-r--r-- | r-devel.install | 12 |
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 +} + |