workaround: thanks to dpkg-divert, one can display his own moo!

$ sudo su -
[passwd]
# dpkg-divert --divert /usr/bin/apt-get.real --rename /usr/bin/apt-get
# cat > /usr/bin/apt-get
#!/bin/sh
#
if [ "$1" = "moo" ]
then
        /usr/bin/apt-get.real moo | sed -e 's/-\\\//(__)/'
else
        /usr/bin/apt-get.real $@
fi
^d
# chmod +x /usr/bin/apt-get
# exit

-- 
apt-get moo doesnt look like a cow
https://bugs.launchpad.net/bugs/56125
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to