summaryrefslogtreecommitdiff
path: root/community/unetbootin/unetbootin.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/unetbootin/unetbootin.install')
-rw-r--r--community/unetbootin/unetbootin.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/unetbootin/unetbootin.install b/community/unetbootin/unetbootin.install
new file mode 100644
index 000000000..f95667aa4
--- /dev/null
+++ b/community/unetbootin/unetbootin.install
@@ -0,0 +1,14 @@
+post_install() {
+ gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et: