Skip to content
Snippets Groups Projects
Commit 3ba571c7 authored by Christopher Spinrath's avatar Christopher Spinrath
Browse files

Remove redundant libnsa casper hook.

libnsa is invoked by the generic liphook in future releases.
parent 9063188b
No related branches found
No related tags found
No related merge requests found
...@@ -46,16 +46,6 @@ function install_nmtelekinese() ...@@ -46,16 +46,6 @@ function install_nmtelekinese()
chmod +x "$IRD/scripts/casper-bottom/26mopsmops" chmod +x "$IRD/scripts/casper-bottom/26mopsmops"
} }
function install_libnsa()
{
mkdir -p "$IRD/lip/libnsa"
cp "$CONTRIB_DIR/libnsa/libnsa.desktop" "$IRD/lip/libnsa"
cp "$CONTRIB_DIR/libnsa/libnsa.sh" "$IRD/lip/libnsa"
cp "$CONTRIB_DIR/libnsa/26libnsa" "$IRD/scripts/casper-bottom/"
chmod +x "$IRD/lip/libnsa/libnsa.sh"
chmod +x "$IRD/scripts/casper-bottom/26libnsa"
}
function add_no_bootloader_icon() function add_no_bootloader_icon()
{ {
mkdir -p "$IRD/lip/no-bootloader-icon" mkdir -p "$IRD/lip/no-bootloader-icon"
...@@ -75,7 +65,6 @@ function install_liphook() ...@@ -75,7 +65,6 @@ function install_liphook()
mkdir -p "$IRD/lip" mkdir -p "$IRD/lip"
install_nmtelekinese install_nmtelekinese
#install_libnsa
add_no_bootloader_icon add_no_bootloader_icon
install_liphook install_liphook
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment