blob: fddf562e85ca1a291205010c57dfbd481baa9c6a (
plain)
1
2
|
# Don't include Discover or Konqueror launchers on the taskbar (thanks to alienBOB):
cat $CWD/patch/plasma-desktop/plasma-desktop.default_launcher_tasks.diff | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
|