aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Belisle <cbelisle@mandriva.com>2001-11-29 12:41:24 +0000
committerChristian Belisle <cbelisle@mandriva.com>2001-11-29 12:41:24 +0000
commit9e04e2ef464b7f0e8dc8586c7f7e2f6225ab17bb (patch)
tree5c2071180de25c4a4510f2a67f46ddf46c1eb751
parent992d93f909a682ae3530d5df49ad4426a8b1a5cc (diff)
downloadtransfugdrake-9e04e2ef464b7f0e8dc8586c7f7e2f6225ab17bb.tar
transfugdrake-9e04e2ef464b7f0e8dc8586c7f7e2f6225ab17bb.tar.gz
transfugdrake-9e04e2ef464b7f0e8dc8586c7f7e2f6225ab17bb.tar.bz2
transfugdrake-9e04e2ef464b7f0e8dc8586c7f7e2f6225ab17bb.tar.xz
transfugdrake-9e04e2ef464b7f0e8dc8586c7f7e2f6225ab17bb.zip
No longer need this module
-rw-r--r--transfugdata.pm23
1 files changed, 0 insertions, 23 deletions
diff --git a/transfugdata.pm b/transfugdata.pm
deleted file mode 100644
index a8280a5..0000000
--- a/transfugdata.pm
+++ /dev/null
@@ -1,23 +0,0 @@
-sub transfug_locate_data {
- # First, we have to find the windows partition
- # After, we have to find the data folder
- # Finally, put the folders in a file to keep them in memory
-}
-
-sub transfug_list_data {
- # First argument is the folder in which we have all the data
-
- # Put them in a vector table
- system ("ls -la $_[1]");
-
- # List them using the API
-}
-
-sub transfug_list_folders {
- system("ls -la $_[1]");
-}
-
-sub transfug_copy_files {
- # The argument will be a list of files to copy
- # So we take each argument and make a copy command to it
-}