kde5.spectacle: use postInstall instead of postFixup

The other KDE applications run wrapQtProgram in postInstall.
This commit is contained in:
Jos van den Oever 2016-07-17 10:42:45 +02:00
parent ce103cae38
commit 17627eac65

View File

@ -29,7 +29,7 @@ kdeApp {
kconfig kcoreaddons kdbusaddons kdeclarative ki18n kio knotifications
kscreen kwidgetsaddons kwindowsystem kxmlgui libkipi xcb-util-cursor
];
postFixup = ''
postInstall = ''
wrapQtProgram "$out/bin/spectacle"
'';
}