summarylogtreecommitdiffstats
path: root/fraqtive.install
diff options
context:
space:
mode:
authorJaroslav Lichtblau2014-11-28 20:17:14 +0100
committerJaroslav Lichtblau2014-11-28 20:17:14 +0100
commit07272daa2c6654b0af606c5eba07f275dfacefc7 (patch)
treea0bf9e60a8bdf3b39e102939dd41fb3253bed518 /fraqtive.install
downloadaur-07272daa2c6654b0af606c5eba07f275dfacefc7.tar.gz
Initial PKGBUILD status as of 28.11.2014
Diffstat (limited to 'fraqtive.install')
-rw-r--r--fraqtive.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/fraqtive.install b/fraqtive.install
new file mode 100644
index 000000000000..b711352cb167
--- /dev/null
+++ b/fraqtive.install
@@ -0,0 +1,11 @@
+post_install() {
+ which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}