Announcement

Collapse
No announcement yet.

Can not purge an old installation of drupal

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Can not purge an old installation of drupal

    I was testing Drupal for a few, than I uninstalled.
    Now I discovered that drupal was not purged, in fact I have this output:

    alpa@localhost:~$ sudo dpkg --purge drupal
    (Reading database ... 179383 files and directories currently installed.)
    Removing drupal ...
    Purging configuration files for drupal ...
    /var/lib/dpkg/info/drupal.postrm: line 76: /usr/share/wwwconfig-common/restart.sh: No such file or directory
    dpkg: error processing drupal (--purge):
    subprocess post-removal script returned error exit status 1
    Errors were encountered while processing:
    drupal

    How can I clean my system from Drupal completely ?

    Thank you for your help.

    Alpa

    #2
    Re: Can not purge an old installation of drupal

    Hi,

    You should try to edit or create this file with on first line :
    exit 0

    Then it should be better.

    Hope it helps

    Comment

    Working...
    X