Skip to content
Snippets Groups Projects
Commit 98b0f581 authored by Piotr Ożarowski's avatar Piotr Ożarowski
Browse files

ignore /var/lib/pycentral/pkgremove

parent 2e0d0b0c
No related branches found
No related tags found
No related merge requests found
# make sure python-central files are removed before new package is installed
if [ -f /var/lib/pycentral/#PACKAGE#.pkgremove ] || [ -f /var/lib/pycentral/pkgremove ]
if [ -f /var/lib/pycentral/#PACKAGE#.pkgremove ]
then
pycentral pkgremove #PACKAGE#
rm -f /var/lib/pycentral/#PACKAGE#.pkgremove
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment