[rkward] macports: revert last change, wrong approach

m.eik michalke null at kde.org
Thu Apr 5 17:40:36 UTC 2018


Git commit 43178c37d1868f6360285110efc8d9cf2b8f0498 by m.eik michalke.
Committed on 05/04/2018 at 17:40.
Pushed by meikm into branch 'master'.

revert last change, wrong approach

M  +0    -2    macports/kf5/kf5-rkward-binary/Portfile
D  +0    -6    macports/postflight

https://commits.kde.org/rkward/43178c37d1868f6360285110efc8d9cf2b8f0498

diff --git a/macports/kf5/kf5-rkward-binary/Portfile b/macports/kf5/kf5-rkward-binary/Portfile
index 30bd5501..abcf0e92 100755
--- a/macports/kf5/kf5-rkward-binary/Portfile
+++ b/macports/kf5/kf5-rkward-binary/Portfile
@@ -129,7 +129,5 @@ post-destroot {
 
 pre-pkg {
         file copy -force -- ${worksrcpath}/macports/postinstall ${package.scripts}/postinstall
-        file copy -force -- ${worksrcpath}/macports/postflight ${package.scripts}/postflight
         file attributes ${package.scripts}/postinstall -permissions 0755
-        file attributes ${package.scripts}/postflight -permissions 0755
 }
diff --git a/macports/postflight b/macports/postflight
deleted file mode 100755
index cc3958a4..00000000
--- a/macports/postflight
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-if [ -d "$3/Applications/RKWard/rkward.app" ] ; then
-  # manually move the actual RKWard app from its subfolder to Applications
-  mv "$3/Applications/RKWard/rkward.app" "$3/Applications/rkward.app" && rm -rf "$3/Applications/RKWard"
-fi
-exit 0



More information about the rkward-tracker mailing list