plasma-desktop: don't move files

This commit is contained in:
Thomas Tuegel 2015-10-19 19:01:47 -05:00
parent 79b1b3e00a
commit fda04aaaa3
1 changed files with 0 additions and 8 deletions

View File

@ -45,14 +45,6 @@ plasmaPackage rec {
"-DSynaptics_INCLUDE_DIRS=${xf86inputsynaptics}/include/xorg"
];
postInstall = ''
# These files are installed in the wrong location.
cd "$out/share/plasma/plasmoids/org.kde.desktopcontainment/contents"
mv "code/LayoutManager.js" "ui/LayoutManager.js"
cd "$out/share/plasma/plasmoids/org.kde.panel/contents"
mv "code/LayoutManager.js" "ui/LayoutManager.js"
cd "$NIX_BUILD_TOP"
wrapQtProgram "$out/bin/kaccess"
wrapQtProgram "$out/bin/solid-action-desktop-gen"
wrapQtProgram "$out/bin/knetattach"