Skip to content

Commit

Permalink
Adds free pacman for ArchLinux
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Mar 27, 2013
1 parent 95c1c38 commit f1bbe0d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch-freepacman
@@ -0,0 +1,8 @@
#!/bin/sh
echo "Pacman is currently in use? We can fix that!"
if [ -f /var/lib/pacman/db.lck ];
then
sudo rm /var/lib/pacman/db.lck
else
echo "db.lck not present"
fi

0 comments on commit f1bbe0d

Please sign in to comment.