summarylogtreecommitdiffstats
path: root/jenn3d.install
diff options
context:
space:
mode:
authorAlexandre Bury2015-06-08 10:32:43 -0700
committerAlexandre Bury2015-06-08 10:32:43 -0700
commit7e42700a2c46ec3b34768c72141e26fe8591ad92 (patch)
tree587c20c53f0de5f99dcb2091786da58a101b6b46 /jenn3d.install
downloadaur-7e42700a2c46ec3b34768c72141e26fe8591ad92.tar.gz
Initial import
Diffstat (limited to 'jenn3d.install')
-rw-r--r--jenn3d.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/jenn3d.install b/jenn3d.install
new file mode 100644
index 000000000000..c317fbaca442
--- /dev/null
+++ b/jenn3d.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}