mirror of https://github.com/perkeep/perkeep.git
Move dev-db shell script out of the root.
Change-Id: Iddb0b2316121ad13395b0624b1c1fdf61150bb6a
This commit is contained in:
parent
26cbd36e0b
commit
4a079bbec4
|
@ -33,7 +33,6 @@ foreach my $d (qw{
|
|||
clients/chrome
|
||||
lib
|
||||
old
|
||||
dev-db
|
||||
}) {
|
||||
system("git", "rm", "-r", $d) and die "Failed to git rm -r $d";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue