summarylogtreecommitdiffstats
path: root/loic.install
diff options
context:
space:
mode:
Diffstat (limited to 'loic.install')
-rw-r--r--loic.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/loic.install b/loic.install
new file mode 100644
index 000000000000..03934684106c
--- /dev/null
+++ b/loic.install
@@ -0,0 +1,7 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_remove() {
+ [ -d /opt/loic ] && rm -rf /opt/loic || return 0
+}