diff options
Diffstat (limited to 'busybox.pkg/prerm')
-rwxr-xr-x | busybox.pkg/prerm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/busybox.pkg/prerm b/busybox.pkg/prerm index f1511f8..12937d3 100755 --- a/busybox.pkg/prerm +++ b/busybox.pkg/prerm @@ -3,4 +3,6 @@ if [ "${1}" = remove ]; then update-alternatives --remove ar /usr/bin/ar.busybox update-alternatives --remove strings /usr/bin/strings.busybox + update-alternatives --remove clear /usr/bin/clear.busybox + update-alternatives --remove reset /usr/bin/reset.busybox fi |