graphite-kde-theme: add update script

+3
+3
pkgs/data/themes/graphite-kde-theme/default.nix
··· 4 , kdeclarative 5 , plasma-framework 6 , plasma-workspace 7 }: 8 9 stdenv.mkDerivation rec { ··· 46 47 runHook postInstall 48 ''; 49 50 meta = with lib; { 51 description = "A flat Design theme for KDE Plasma desktop";
··· 4 , kdeclarative 5 , plasma-framework 6 , plasma-workspace 7 + , gitUpdater 8 }: 9 10 stdenv.mkDerivation rec { ··· 47 48 runHook postInstall 49 ''; 50 + 51 + passthru.updateScript = gitUpdater { }; 52 53 meta = with lib; { 54 description = "A flat Design theme for KDE Plasma desktop";