summarylogtreecommitdiffstats
path: root/3dfsb.install
diff options
context:
space:
mode:
authorJameson Pugh2015-06-08 09:03:45 -0400
committerJameson Pugh2015-06-08 09:03:45 -0400
commitf271a7e850c68822420fe0ef27895a7cc8bf6ba1 (patch)
treedbde0c207bbaf0db96df8180176e4cc3c1fd2029 /3dfsb.install
downloadaur-f271a7e850c68822420fe0ef27895a7cc8bf6ba1.tar.gz
Initial import
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: