diff --git a/pika-sources/debian/postinst b/pika-sources/debian/postinst index d7c3145..110f9d6 100755 --- a/pika-sources/debian/postinst +++ b/pika-sources/debian/postinst @@ -10,5 +10,3 @@ mkdir -p /usr/share || echo "Path already exists!" mkdir -p /usr/share/distro-info/ || echo "Path already exists!" ln -sf /usr/share/distro-info/ubuntu.csv /usr/share/distro-info/pika.csv || echo "Link already exists!" mkdir -p /usr/share/python-apt/templates/ || echo "Path already exists!" -ln -sf /usr/share/python-apt/templates/Ubuntu.info /usr/share/python-apt/templates/Pika.info || echo "Link already exists!" -ln -sf /usr/share/python-apt/templates/Ubuntu.mirrors /usr/share/python-apt/templates/Pika.mirrors || echo "Link already exists!"