summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarazok2020-12-10 14:11:57 +0100
committerBarazok2020-12-10 14:11:57 +0100
commit62901f76b4518f263b1978698d2fcc9a906be885 (patch)
tree7900671d1b8de224871aa14a3fd66300492550d6
parentf1d68e253dfd3e6561b2c4b851bfca05b1d3212e (diff)
downloadaur-mlv.tar.gz
Fix install scripts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--mlv.install1
3 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 036f1cd2b564..c8107fe868c4 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 = 6
+ pkgrel = 7
url = http://www-igm.univ-mlv.fr/~boussica/mlv/api/French/html/index.html
install = mlv.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index aa2e09cdd783..fd9d4e9e1d69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Barazok <barazok.blackrocks@gmail.com>
pkgname=mlv
pkgver=2.0.2
-pkgrel=6
+pkgrel=7
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
index 00f1ecb60b94..03096856721f 100644
--- a/mlv.install
+++ b/mlv.install
@@ -1,6 +1,5 @@
post_install() {
ldconfig
- note "You need to reboot your computer."
}
post_remove() {