summarylogtreecommitdiffstats
path: root/hyper-appimage.install
diff options
context:
space:
mode:
authorRyan Dowling2018-04-05 21:05:28 +1000
committerRyan Dowling2018-04-05 21:38:50 +1000
commit567c256e58012824b6a540f6abe6f6459b954b37 (patch)
tree19d0e86eab18aff4fbaa312181422add0a92fc81 /hyper-appimage.install
downloadaur-567c256e58012824b6a540f6abe6f6459b954b37.tar.gz
feat: initial commit for testing
Diffstat (limited to 'hyper-appimage.install')
-rw-r--r--hyper-appimage.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/hyper-appimage.install b/hyper-appimage.install
new file mode 100644
index 000000000000..5d110998fdd6
--- /dev/null
+++ b/hyper-appimage.install
@@ -0,0 +1,13 @@
+post_install() {
+ xdg-icon-resource forceupdate
+ mkdir -p /opt/appimages
+ chmod 777 /opt/appimages/Hyper.AppImage
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ xdg-icon-resource forceupdate
+}