summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--peazip.install5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e54b75e71f4..ba60813607b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Jun 23 21:58:00 UTC 2016
+# Thu Jun 23 22:32:06 UTC 2016
pkgbase = peazip-gtk2-build
pkgdesc = Free GTK2 cross-platform file archiver (compiles from source)
pkgver = 6.0.3
diff --git a/peazip.install b/peazip.install
index fa6a730f73de..8e0322ffbd72 100644
--- a/peazip.install
+++ b/peazip.install
@@ -17,8 +17,8 @@ post_install() {
msg_green "Running Post Install Tasks..."
note "Creating Symlinks in /usr/bin"
ln -sf /opt/peazip/peazip /usr/bin/peazip
- ln -sf /opt/peazip/peazip /usr/bin/pea
- ln -sf /opt/peazip/peazip /usr/bin/pealauncher
+ ln -sf /opt/peazip/res/pea /usr/bin/pea
+ ln -sf /opt/peazip/res/pealauncher /usr/bin/pealauncher
note "Updating desktop MIME database"
update-desktop-database -q
}
@@ -39,5 +39,4 @@ post_remove() {
rm -rdf /opt/peazip
note "Updating desktop MIME database"
update-desktop-database -q
-
}