summarylogtreecommitdiffstats
path: root/barry.install
diff options
context:
space:
mode:
Diffstat (limited to 'barry.install')
-rw-r--r--barry.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/barry.install b/barry.install
new file mode 100644
index 000000000000..e7ca93e53500
--- /dev/null
+++ b/barry.install
@@ -0,0 +1,16 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ update-desktop-database -q
+}
+
+op=$1
+shift
+
+$op $*