summarylogtreecommitdiffstats
path: root/peazip.install
diff options
context:
space:
mode:
authorUncle Hunto2016-06-23 15:32:18 -0700
committerUncle Hunto2016-06-23 15:32:18 -0700
commit2bfe704ebac40466a68a0ca59e7f6c75bdb01f60 (patch)
treed13190134c5509bd5f01c4f8b0bc58359e411947 /peazip.install
parentb1045a53e55553ebb3929ae86913e39ce8ffbb5b (diff)
downloadaur-2bfe704ebac40466a68a0ca59e7f6c75bdb01f60.tar.gz
Cleanup Install File
Diffstat (limited to 'peazip.install')
-rw-r--r--peazip.install5
1 files changed, 2 insertions, 3 deletions
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
-
}