summarylogtreecommitdiffstats
path: root/vym-devel.install
diff options
context:
space:
mode:
authorJaroslav Lichtblau2014-11-28 20:17:14 +0100
committerJaroslav Lichtblau2014-11-28 20:17:14 +0100
commitccb6ee445993800112299f12d5253e79ea6d40f6 (patch)
tree2d577cc19d183fc6148fa9bf4de7c4d58d959531 /vym-devel.install
downloadaur-ccb6ee445993800112299f12d5253e79ea6d40f6.tar.gz
Initial PKGBUILD status as of 28.11.2014
Diffstat (limited to 'vym-devel.install')
-rw-r--r--vym-devel.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/vym-devel.install b/vym-devel.install
new file mode 100644
index 000000000000..2eaa60550d51
--- /dev/null
+++ b/vym-devel.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}