summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2012-02-08 11:02:06 -0600
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2012-02-08 11:04:32 -0600
commitc28bc90e4e785f2cecafb57fd07e12e8fee11965 (patch)
tree6b8f06dc38987a2e96222235ad9dcfd830662b9e /libre
parentcdda99b31d171c1fe81365f5e6e9fbe67ed19919 (diff)
Commiting libre package libretools-20120208-1
Diffstat (limited to 'libre')
-rw-r--r--libre/libretools/PKGBUILD5
-rw-r--r--libre/libretools/libretools.install4
2 files changed, 5 insertions, 4 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD
index e9d1f50ca..5538f47c7 100644
--- a/libre/libretools/PKGBUILD
+++ b/libre/libretools/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: fauno <fauno@kiwwwi.com.ar>
pkgbase=libretools
-pkgname=(libretools libretools-pr libretools-mips64el)
+pkgname=(libretools libretools-mips64el)
pkgver=20120125
pkgrel=1
pkgdesc="Scripts for easing Parabola's tasks"
@@ -41,7 +41,7 @@ package_libretools() {
install -m644 ${_gitname}/libretools.conf ${pkgdir}/etc/
install -d ${pkgdir}/etc/libretools.d
- install -m644 ${_gitname}/cleansystem ${pkgdir}/etc/libretools.d
+ touch ${pkgdir}/etc/libretools.d/cleansystem
install -d ${pkgdir}/usr/bin
install -m755 ${_gitname}/abslibre-commit ${pkgdir}/usr/bin
@@ -64,6 +64,7 @@ package_libretools() {
install -m755 ${_gitname}/librestage ${pkgdir}/usr/bin/
install -m755 ${_gitname}/pkgbuild-check-nonfree ${pkgdir}/usr/bin/
install -m755 ${_gitname}/updateabslibre ${pkgdir}/usr/bin
+ install -m755 ${_gitname}/update-cleansystem ${pkgdir}/usr/bin
install -d ${pkgdir}/usr/sbin
install -m755 ${_gitname}/libremakepkg ${pkgdir}/usr/sbin/
diff --git a/libre/libretools/libretools.install b/libre/libretools/libretools.install
index 6f8c09d5c..163956024 100644
--- a/libre/libretools/libretools.install
+++ b/libre/libretools/libretools.install
@@ -1,5 +1,6 @@
# arg 1: the new package version
post_install() {
+ update-cleansystem
cat <<EOF
Please check http://wiki.parabolagnulinux.org/Package_maintainer_guide
and follow instructions there before using libretools.
@@ -13,11 +14,10 @@ EOF
## arg 1: the new package version
## arg 2: the old package version
post_upgrade() {
+ update-cleansystem
cat <<EOF
Check your /etc/libretools.conf
-If using fullpkg, you should install libretools-$arch if avaliable
-
EOF
}