summarylogtreecommitdiffstats
path: root/verbiste.install
diff options
context:
space:
mode:
authorSébastien Leduc2015-07-14 17:41:02 +0200
committerSébastien Leduc2015-07-14 17:41:02 +0200
commitaf3b649706020aef43fb28c73a19460c0fe1c7dd (patch)
treeb55b72fe6d5347028bb40dd97a61820d14de0848 /verbiste.install
downloadaur-af3b649706020aef43fb28c73a19460c0fe1c7dd.tar.gz
Initial commit for verbiste
Diffstat (limited to 'verbiste.install')
-rw-r--r--verbiste.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/verbiste.install b/verbiste.install
new file mode 100644
index 000000000000..820711c4770a
--- /dev/null
+++ b/verbiste.install
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+} \ No newline at end of file