From af5fe581cb81e5408fd8b221e50189a125bcc46b Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 2 Sep 2015 09:55:57 +0200 Subject: Several applications need tweaks in their pre-install or post-install stage --- kde/post-install/akonadi4.post-install | 5 +++++ kde/post-install/kdepimlibs4.post-install | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 kde/post-install/akonadi4.post-install create mode 100644 kde/post-install/kdepimlibs4.post-install (limited to 'kde/post-install') diff --git a/kde/post-install/akonadi4.post-install b/kde/post-install/akonadi4.post-install new file mode 100644 index 0000000..6115cf3 --- /dev/null +++ b/kde/post-install/akonadi4.post-install @@ -0,0 +1,5 @@ +# Remove files that clash with the Frameworks version of akonadi; +# we need only the barebones of the old akonadi 0.x for kdepimlibs4: +#rm -r $PKG/usr/{bin,share} +rm -r $PKG/usr/bin + diff --git a/kde/post-install/kdepimlibs4.post-install b/kde/post-install/kdepimlibs4.post-install new file mode 100644 index 0000000..ae30cc8 --- /dev/null +++ b/kde/post-install/kdepimlibs4.post-install @@ -0,0 +1,3 @@ +# Remove files that clash with the Frameworks version of kdepimlibs: +rm -r $PKG/usr/bin +rm -r $PKG/usr/share/config.kcfg -- cgit v1.2.3