diff options
Diffstat (limited to 'testing/r/r.install')
-rw-r--r-- | testing/r/r.install | 12 |
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 +} + |