mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
add make uninstall target
This commit is contained in:
parent
e048871f28
commit
d33f6c2997
3
Makefile
3
Makefile
@ -48,6 +48,9 @@ install: default
|
|||||||
mkdir -p $(DESTDIR)/var/lib/plinth
|
mkdir -p $(DESTDIR)/var/lib/plinth
|
||||||
cp -r data/* $(DESTDIR)/var/lib/plinth
|
cp -r data/* $(DESTDIR)/var/lib/plinth
|
||||||
|
|
||||||
|
uninstall:
|
||||||
|
rm -rf $(DESTDIR)/usr/lib/python2.7/plinth $(DESTDIR)/usr/share/plinth/ $(DESTDIR)/usr/bin/plinth $(DESTDIR)/etc/init.d/plinth $(DESTDIR)/etc/plinth $(DESTDIR)/var/lib/plinth
|
||||||
|
|
||||||
dbs: data/users.sqlite3
|
dbs: data/users.sqlite3
|
||||||
|
|
||||||
data/users.sqlite3: data/users.sqlite3.distrib
|
data/users.sqlite3: data/users.sqlite3.distrib
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user