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