summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--mlv.install8
3 files changed, 10 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abc63a19e678..fb3b180546c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mlv
pkgdesc = The MLV library is a simplified multimedia library. This library is ideal for students who are new to C programming and want to add graphic and sound effects to their programs.
pkgver = 2.0.2
- pkgrel = 5
+ pkgrel = 6
url = http://www-igm.univ-mlv.fr/~boussica/mlv/api/French/html/index.html
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index b371160747a1..1167355223c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Barazok <barazok.blackrocks@gmail.com>
pkgname=mlv
pkgver=2.0.2
-pkgrel=5
+pkgrel=6
pkgdesc="The MLV library is a simplified multimedia library. This library is ideal for students who are new to C programming and want to add graphic and sound effects to their programs."
arch=('any')
url="http://www-igm.univ-mlv.fr/~boussica/mlv/api/French/html/index.html"
diff --git a/mlv.install b/mlv.install
new file mode 100644
index 000000000000..00f1ecb60b94
--- /dev/null
+++ b/mlv.install
@@ -0,0 +1,8 @@
+post_install() {
+ ldconfig
+ note "You need to reboot your computer."
+}
+
+post_remove() {
+ post_install
+}