diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-10-02 23:06:22 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-10-02 23:06:22 +0200 |
commit | 7459eb627c97d27ef6e12cdededa48e1ff03d533 (patch) | |
tree | b2cf2bad4e4fbaebffa5a4c13a478c1dfe30663f /application/package/ubuntu/multimc/DEBIAN | |
parent | ae4216de6101db63a1ec7d817852cad2d10863f5 (diff) | |
download | PrismLauncher-7459eb627c97d27ef6e12cdededa48e1ff03d533.tar.gz PrismLauncher-7459eb627c97d27ef6e12cdededa48e1ff03d533.tar.bz2 PrismLauncher-7459eb627c97d27ef6e12cdededa48e1ff03d533.zip |
GH-1266 fix ubuntu run script
Diffstat (limited to 'application/package/ubuntu/multimc/DEBIAN')
-rw-r--r-- | application/package/ubuntu/multimc/DEBIAN/control | 11 | ||||
-rwxr-xr-x | application/package/ubuntu/multimc/DEBIAN/postrm | 3 |
2 files changed, 14 insertions, 0 deletions
diff --git a/application/package/ubuntu/multimc/DEBIAN/control b/application/package/ubuntu/multimc/DEBIAN/control new file mode 100644 index 00000000..a0300e99 --- /dev/null +++ b/application/package/ubuntu/multimc/DEBIAN/control @@ -0,0 +1,11 @@ +Package: multimc +Version: 1.1-2 +Architecture: all +Maintainer: Petr Mrázek <peterix@gmail.com> +Section: games +Priority: optional +Installed-Size: 75 +Depends: zenity, default-jre +Homepage: http://multimc.org +Description: A local install wrapper for MultiMC + diff --git a/application/package/ubuntu/multimc/DEBIAN/postrm b/application/package/ubuntu/multimc/DEBIAN/postrm new file mode 100755 index 00000000..f9bbc8a7 --- /dev/null +++ b/application/package/ubuntu/multimc/DEBIAN/postrm @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +update-desktop-database |