diff options
author | Eric Hameleers <alien@slackware.com> | 2015-02-16 21:23:44 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2015-02-16 21:23:44 +0100 |
commit | 50a4cd1d9cd16b55c8458b26c7dc14e99c1c0d8a (patch) | |
tree | a8c47163fbde591e2f94e01d53b040985b97b5b3 /kde/post-install/konsolepart4.post-install | |
parent | d594a1771148862d9baedd18f56e8611b519355f (diff) | |
download | ktown-50a4cd1d9cd16b55c8458b26c7dc14e99c1c0d8a.tar.gz ktown-50a4cd1d9cd16b55c8458b26c7dc14e99c1c0d8a.tar.xz |
katepart4, konsolepart4: add embeddable parts of kate 4 and konsole 4.
Adding katepart4 fixes the kdevelop startup crash.
Adding konsolepart4 brings back the embedded konsole in dolphin.
The two packages do not conflict with the Applications 14.12.x versions
of kate and konsole, both of which were ported to KDE Frameworks 5.
Diffstat (limited to 'kde/post-install/konsolepart4.post-install')
-rw-r--r-- | kde/post-install/konsolepart4.post-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kde/post-install/konsolepart4.post-install b/kde/post-install/konsolepart4.post-install new file mode 100644 index 0000000..8345463 --- /dev/null +++ b/kde/post-install/konsolepart4.post-install @@ -0,0 +1,5 @@ +# These are provided by konsole and not needed in the KDE4 component: +rm -r $PKG/usr/{bin,share/applications} +rm -r $PKG/usr/share/doc/HTML +rm $PKG/usr/lib${LIBDIRSUFFIX}/libkdeinit4_konsole.so + |