diff options
author | Chmouel Boudjnah <chmouel@mandriva.org> | 1999-12-25 17:27:42 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmouel@mandriva.org> | 1999-12-25 17:27:42 +0000 |
commit | ed4d0348075050d9d4d0b3b811734f5c904a2d80 (patch) | |
tree | b41e5d5d15a284c6dd9c743e4e7cfa0ee52e1287 /sbin/kdeDesktopCleanup | |
parent | 1282bf2107f21ae9a1cb58c8591cf3467b6149f1 (diff) | |
download | common-data-ed4d0348075050d9d4d0b3b811734f5c904a2d80.tar common-data-ed4d0348075050d9d4d0b3b811734f5c904a2d80.tar.gz common-data-ed4d0348075050d9d4d0b3b811734f5c904a2d80.tar.bz2 common-data-ed4d0348075050d9d4d0b3b811734f5c904a2d80.tar.xz common-data-ed4d0348075050d9d4d0b3b811734f5c904a2d80.zip |
"Seethechangelog"
Diffstat (limited to 'sbin/kdeDesktopCleanup')
-rwxr-xr-x | sbin/kdeDesktopCleanup | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/kdeDesktopCleanup b/sbin/kdeDesktopCleanup index 0f6051b..866c5ec 100755 --- a/sbin/kdeDesktopCleanup +++ b/sbin/kdeDesktopCleanup @@ -1,4 +1,6 @@ #!/usr/bin/perl +# (c) MandrakeSoft, Pixel <pixel@mandrakesoft.com> +# Copyright under GPL @dirs = (qw(/etc/skel /root), glob("/home/*")); @path = split ":", "/sbin:/usr/sbin:/usr/X11R6/bin:/bin:/usr/bin"; |