summarylogtreecommitdiffstats
path: root/vera-plugin-tint2.install
diff options
context:
space:
mode:
authorGary DeLaney2015-08-07 21:38:51 -0500
committerGary DeLaney2015-08-07 21:38:51 -0500
commitf7584533786b7e5b58de34f8d48a49ef3f0bae1f (patch)
treee6a9001afa2cfb437292085695105497c495516e /vera-plugin-tint2.install
downloadaur-f7584533786b7e5b58de34f8d48a49ef3f0bae1f.tar.gz
Initial packaging
Diffstat (limited to 'vera-plugin-tint2.install')
-rw-r--r--vera-plugin-tint2.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/vera-plugin-tint2.install b/vera-plugin-tint2.install
new file mode 100644
index 000000000000..737d76cf0bed
--- /dev/null
+++ b/vera-plugin-tint2.install
@@ -0,0 +1,14 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+ update-desktop-database -q
+ }
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+ }
+