summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBłażej Szczygieł2016-06-03 16:03:36 +0200
committerBłażej Szczygieł2016-06-03 16:03:36 +0200
commit7af3256e09131ac3b9cdcca46bb1cabd4cd56cbf (patch)
tree6aa663177860090bf5c2a1534c2ce3abff37b513
parent32d36b93434cbd7764a31f57fbb58f3dab1db702 (diff)
downloadaur-7af3256e09131ac3b9cdcca46bb1cabd4cd56cbf.tar.gz
Fix wrong function name
-rw-r--r--.SRCINFO2
-rw-r--r--qmplay2-git.install2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14a9557a0d44..940fe09b032e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jun 1 16:43:19 UTC 2016
+# Fri Jun 3 14:03:30 UTC 2016
pkgbase = qmplay2-git
pkgdesc = QMPlay2 is a video and audio player which can play most formats and codecs (Qt5)
pkgver = 16.06.01
diff --git a/qmplay2-git.install b/qmplay2-git.install
index 9c232e9738c5..4c331ffa9e9b 100644
--- a/qmplay2-git.install
+++ b/qmplay2-git.install
@@ -4,7 +4,7 @@ post_install()
update-mime-database /usr/share/mime
}
-post_update()
+post_upgrade()
{
post_install
}