summarylogtreecommitdiffstats
path: root/3dfsb.install
diff options
context:
space:
mode:
Diffstat (limited to '3dfsb.install')
-rw-r--r--3dfsb.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/3dfsb.install b/3dfsb.install
new file mode 100644
index 000000000000..aef01eae42f9
--- /dev/null
+++ b/3dfsb.install
@@ -0,0 +1,14 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et: