summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJames Vasile <james@jamesvasile.com>2013-02-06 20:50:10 -0500
committerJames Vasile <james@jamesvasile.com>2013-02-06 20:50:10 -0500
commitd33f6c2997f0cfee85176b54ef780c603a2c25af (patch)
tree69927a0a84950e54b30924b235750d7776a2d02c /Makefile
parente048871f28f3a9bfff80063d6c277649a0ae3470 (diff)
add make uninstall target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4b6af81..24f91c9 100644
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,9 @@ install: default
mkdir -p $(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
data/users.sqlite3: data/users.sqlite3.distrib