summarylogtreecommitdiffstats
path: root/cardpeek.install
diff options
context:
space:
mode:
authorThomas Jost2012-05-16 10:16:34 +0200
committerThomas Jost2012-05-16 10:16:34 +0200
commit908f91c4ca0853b35f45e71e2561c699d0981c74 (patch)
treee45ca1d97085ced97d3b6daf82744358c231728a /cardpeek.install
downloadaur-908f91c4ca0853b35f45e71e2561c699d0981c74.tar.gz
New package: cardpeek-svn
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: