mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
slightly better regex in launcher install/uninstall
This commit is contained in:
parent
b5a0a1249a
commit
dc523ce104
2 changed files with 2 additions and 2 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -1,4 +1,4 @@
|
||||||
byobu (2.81) unreleased; urgency=low
|
byobu (2.81-0ubuntu1) maverick; urgency=low
|
||||||
|
|
||||||
* Save some forks:
|
* Save some forks:
|
||||||
- usr/bin/byobu-status
|
- usr/bin/byobu-status
|
||||||
|
|
|
@ -23,7 +23,7 @@ PKG="byobu"
|
||||||
remove_launcher() {
|
remove_launcher() {
|
||||||
dest=$1
|
dest=$1
|
||||||
if [ -w "$dest" ]; then
|
if [ -w "$dest" ]; then
|
||||||
sed -i -e "/$PKG-launcher/d" -e "/screen-launcher/d" "$dest"
|
sed -i -e "/ $PKG-launcher/d" -e "/ screen-launcher/d" "$dest"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue