mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-30 10:41:01 +02:00
pentoo-livecd: add network manager desktop file thanks to necrose
This commit is contained in:
parent
cc74295c2f
commit
0d1c3bf1a0
2 changed files with 14 additions and 0 deletions
11
pentoo/pentoo-livecd/files/networkmanager.desktop
Normal file
11
pentoo/pentoo-livecd/files/networkmanager.desktop
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=Start Networkmanger
|
||||
Comment=Start Network Manager
|
||||
Exec=/etc/init.d/NetworkManager start
|
||||
Icon=network-transmit-receive
|
||||
Path=
|
||||
Terminal=true
|
||||
StartupNotify=true
|
||||
GenericName=Start up Network Manager
|
||||
|
|
@ -36,4 +36,7 @@ src_install() {
|
|||
newsbin "${FILESDIR}"/makemo-${PV}-r7 makemo
|
||||
|
||||
newinitd "${FILESDIR}"/binary-driver-handler.initd-${PVR} binary-driver-handler
|
||||
|
||||
insinto /root/Desktop
|
||||
doexe "${FILESDIR}"/networkmanager.desktop
|
||||
}
|
||||
Loading…
Reference in a new issue