summaryrefslogtreecommitdiffstats
path: root/source/kde/kde.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/kde.SlackBuild')
-rwxr-xr-xsource/kde/kde.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/kde/kde.SlackBuild b/source/kde/kde.SlackBuild
index 06ae53d33..0fa0beea1 100755
--- a/source/kde/kde.SlackBuild
+++ b/source/kde/kde.SlackBuild
@@ -327,11 +327,6 @@ build_mod_pkg () {
# Strip binaries:
strip_binaries $PKG
- # If there's any special post-install things to do, do them:
- if [ -r $CWD/post-install/${PKGNAME}.post-install ]; then
- . $CWD/post-install/${PKGNAME}.post-install
- fi
-
# If this package requires some doinst.sh material, add it here:
if [ -r $CWD/doinst.sh/${PKGNAME} ]; then
mkdir -p $PKG/install
@@ -340,6 +335,11 @@ build_mod_pkg () {
>> $PKG/install/doinst.sh
fi
+ # If there's any special post-install things to do, do them:
+ if [ -r $CWD/post-install/${PKGNAME}.post-install ]; then
+ . $CWD/post-install/${PKGNAME}.post-install
+ fi
+
# If this is a modular package, build it here:
if [ -d $SLACK_KDE_BUILD_DIR/${kde_module}/package-$PKGNAME ]; then
cd $PKG