summarylogtreecommitdiffstats
path: root/kvpm.install
diff options
context:
space:
mode:
authorDaniel Landau2015-06-27 17:59:39 +0300
committerDaniel Landau2015-06-27 17:59:39 +0300
commit3b9368fd43d6e82954cc3ae5b220905bf79a30b6 (patch)
treefcd30e9fd09fb68037841c660fb483b0352fa093 /kvpm.install
downloadaur-3b9368fd43d6e82954cc3ae5b220905bf79a30b6.tar.gz
Initial migration from old AUR
Diffstat (limited to 'kvpm.install')
-rw-r--r--kvpm.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/kvpm.install b/kvpm.install
new file mode 100644
index 000000000000..64d482e2428e
--- /dev/null
+++ b/kvpm.install
@@ -0,0 +1,13 @@
+pkgname=kvpm
+
+post_install() {
+ xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ xdg-icon-resource forceupdate
+}