Skip to content

Commit

Permalink
Merge pull request #510 from RobertDeRose/dont-remove-dkms-support
Browse files Browse the repository at this point in the history
Stops DKMS package from being removed.
  • Loading branch information
Seth Thomas committed Dec 19, 2015
2 parents 40283c3 + ebea21f commit ac02927
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions scripts/debian/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ dpkg --list \
| grep -- '-dev$' \
| xargs apt-get -y purge;

# Delete compilers and other development tools
apt-get -y purge cpp gcc g++;

# Delete X11 libraries
apt-get -y purge libx11-data xauth libxmuu1 libxcb1 libx11-6 libxext6;

Expand Down
3 changes: 0 additions & 3 deletions scripts/ubuntu/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ dpkg --list \
| grep -- '-dev$' \
| xargs apt-get -y purge;

# Delete compilers and other development tools
apt-get -y purge cpp gcc g++;

# Delete X11 libraries
apt-get -y purge libx11-data xauth libxmuu1 libxcb1 libx11-6 libxext6;

Expand Down

0 comments on commit ac02927

Please sign in to comment.