Added bauerbill to pacman unlock routine
authorHarvie <tomas@mudrunka.cz>
Sun, 22 Aug 2010 15:24:30 +0000 (17:24 +0200)
committerHarvie <tomas@mudrunka.cz>
Sun, 22 Aug 2010 15:24:30 +0000 (17:24 +0200)
bash/zenman/PKGBUILD
bash/zenman/zenman.bash

index 643bfb333e50248d6ab9a4a2fc1bac23168a2aa7..21b4cb987fc74e808b3475ecc6aee5dfc1147e2a 100644 (file)
@@ -12,7 +12,7 @@ url="http://aur.archlinux.org/packages.php?ID=25948"
 depends=('pacman' 'gksu' 'xterm' 'zenity' 'libnotify' 'bash')
 optdepends=('espeak: Text-to-Speech update notification')
 source=('zenman.bash')
-md5sums=('7e56bc7df2a053faf37945b8dbe851df')
+md5sums=('dbb543535a65fe8223b19974ce927e69')
 
 build() {
        mkdir -p ${pkgdir}/usr/bin
index 8220003a314758975aac406f07e9d37cda2c4c22..63802cef27c72c6a7d54c0774789ccc329904709 100755 (executable)
@@ -162,7 +162,7 @@ zenman_speech() {
 #unlocker
 zenman_force_unlock() {
        if [ -e "$pacman_lock" ]; then #check if db locked...
-               ps -eo comm | grep -i '^\(pacman\|yaourt\|powerpill\|gtkpacman\|pacupdate\|kpacupdate\|guzuta\|YAPG\|Shaman\)' >/dev/null; #check if pacman is running...
+               ps -eo comm | grep -Ei '^(pacman|yaourt|powerpill|bauerbill|gtkpacman|pacupdate|kpacupdate|guzuta|YAPG|Shaman)' >/dev/null; #check if pacman is running...
        if [ $? != 0 ]; then
                        "$gksu" "rm -rf '$pacman_lock'";
                        if [ $? != 0 ]; then
This page took 0.124312 seconds and 4 git commands to generate.