breeze rebuild
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import kde5
|
||||||
from pisi.actionsapi import kde5
|
from pisi.actionsapi import kde5
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
|
|
||||||
@@ -15,3 +16,7 @@ def build():
|
|||||||
|
|
||||||
def install():
|
def install():
|
||||||
kde5.install()
|
kde5.install()
|
||||||
|
|
||||||
|
#set pisi-crocus-ancyrensis photos as default wallpapers
|
||||||
|
pisitools.dosed("%s/usr/share/plasma/look-and-feel/org.kde.breezedark.desktop/contents/defaults" % get.installDIR(), "Next", "pisi-crocus-ancyrensis")
|
||||||
|
pisitools.dosed("%s/usr/share/plasma/look-and-feel/org.kde.breezetwilight.desktop/contents/defaults" % get.installDIR(), "Next", "pisi-crocus-ancyrensis")
|
||||||
|
|||||||
Reference in New Issue
Block a user