mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-22 16:43:23 -05:00
Added remove and all capabilities.
This commit is contained in:
parent
653f545c58
commit
8683562c2c
12
Makefile
12
Makefile
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
all:
|
all: install
|
||||||
|
|
||||||
install:
|
install:
|
||||||
install -d /usr/bin
|
install -d /usr/bin
|
||||||
@ -18,6 +18,14 @@ install:
|
|||||||
cp -fa gbootrootrc /etc/gbootroot/gbootrootrc
|
cp -fa gbootrootrc /etc/gbootroot/gbootrootrc
|
||||||
|
|
||||||
remove:
|
remove:
|
||||||
|
rm /usr/bin/gbootroot
|
||||||
|
rm /usr/bin/yard_chrooted_tests
|
||||||
|
rm /usr/share/perl5/BootRoot/*
|
||||||
|
rmdir /usr/share/perl5/BootRoot
|
||||||
|
rm -rf /usr/share/gbootroot
|
||||||
|
rm /usr/bin/uml_*
|
||||||
|
rm /usr/bin/linux
|
||||||
|
rm /etc/gbootroot/gbootrootrc
|
||||||
|
rmdir /etc/gbootroot
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user