2018-05-17 23:14:12 +02:00
# What is this?
2021-12-24 14:28:54 -05:00
A simple Ubuntu package for PolyMC that contains a script that downloads and installs real PolyMC on Ubuntu based systems.
2018-05-17 23:14:12 +02:00
It contains a `.desktop` file, an icon, and a simple script that does the heavy lifting.
2020-11-26 22:02:26 +01:00
This is also the source for the files in the [RPM package ](../rpm ). If you rename, create or delete files here, you'll likely also have to update the RPM spec file there.
2018-05-17 23:14:12 +02:00
# How to build this?
2021-12-24 14:28:54 -05:00
You need dpkg utils. Rename the `polymc` folder to `polymc_1.6-1` and then run:
2018-05-17 23:14:12 +02:00
```
2021-12-24 14:28:54 -05:00
fakeroot dpkg-deb --build polymc_1.6-1
2018-05-17 23:14:12 +02:00
```
Replace the version with whatever is appropriate.