Quantcast

Dear Mr. Jobs. In case you did not notice, if I create a file named .pkgmeta, I actually want that file and NOT a .pkgmeta.txt file. Thank you.

ckaotik [12-22-10 - 11:59]
Dear Mr. Jobs. In case you did not notice, if I create a file named .pkgmeta, I actually want that file and NOT a .pkgmeta.txt file. Thank you.
Filename
.pkgmeta
.pkgmeta.txt
diff --git a/.pkgmeta b/.pkgmeta
new file mode 100644
index 0000000..19071fc
--- /dev/null
+++ b/.pkgmeta
@@ -0,0 +1,14 @@
+package-as: Garbage
+
+move-folders:
+ Garbage/Broker_Garbage: Broker_Garbage
+ Garbage/Broker_Garbage-Config: Broker_Garbage-Config
+ Garbage/Broker_Garbage-LootManager: Broker_Garbage-LootManager
+
+optional-dependencies:
+ - libperiodictable-3-1
+
+ignore:
+ - .gitignore
+ - .pkgmeta
+ - readme.textile
diff --git a/.pkgmeta.txt b/.pkgmeta.txt
deleted file mode 100644
index eeba2c2..0000000
--- a/.pkgmeta.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-move-folders:
- /Broker_Garbage: Broker_Garbage
- /Broker_Garbage-Config: Broker_Garbage-Config
- /Broker_Garbage-LootManager: Broker_Garbage-LootManager
-
-optional-dependencies:
- - libperiodictable-3-1
-
-ignore:
- - .gitignore
- - .pkgmeta
- - readme.textile