Add kde4 root configuration to disable Nepomuk on livecd
This commit is contained in:
parent
0e6b1498ed
commit
9592ffe0d3
2
Makefile
2
Makefile
@ -63,6 +63,7 @@ install-dirs:
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(sysconfigdir)
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(installerdatadir)
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(SYSTEM_MENU_DIR)
|
||||
@$(INSTALL_DIR) $(DESTDIR)/root/
|
||||
|
||||
install-icons:
|
||||
@for i in 16x16 22x22 32x32 48x48 64x64 128x128; do \
|
||||
@ -80,6 +81,7 @@ install: install-dirs install-locales install-icons
|
||||
$(INSTALL_PROGRAM) installer/installer.kmdr $(DESTDIR)$(installerdatadir)
|
||||
$(INSTALL_PROGRAM) installer/*.sh $(DESTDIR)$(installerdatadir)
|
||||
$(INSTALL_DATA) installer/openmamba-installer.desktop $(DESTDIR)$(SYSTEM_MENU_DIR)
|
||||
cp -a root/.kde4 $(DESTDIR)/root/
|
||||
|
||||
clean:
|
||||
|
||||
|
3
root/.kde4/share/config/nepomukserverrc
Normal file
3
root/.kde4/share/config/nepomukserverrc
Normal file
@ -0,0 +1,3 @@
|
||||
[Basic Settings]
|
||||
Start Nepomuk=false
|
||||
|
Loading…
Reference in New Issue
Block a user