From bbba63eca5a0161a1b5b3bccb7af2070abc629db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 28 Jun 2015 22:44:53 +0200 Subject: GH-1096 make ubuntu package work on both 32bit and 64bit machines --- application/package/ubuntu/readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 application/package/ubuntu/readme.md (limited to 'application/package/ubuntu/readme.md') diff --git a/application/package/ubuntu/readme.md b/application/package/ubuntu/readme.md new file mode 100644 index 00000000..907fd649 --- /dev/null +++ b/application/package/ubuntu/readme.md @@ -0,0 +1,12 @@ +# What is this? +A simple ubuntu package for MultiMC that wraps the contains a script that downloads and installs real MultiMC on ubuntu based systems. + +It contains a `.dekstop` file, an icon, and a simple script that does the heavy lifting. + +# How to build this? +You need dpkg utils and then run: +``` +fakeroot dpkg-deb --build multimc_1.1-1 +``` + +Replace the version with whatever is appropriate. -- cgit v1.2.3