summarylogtreecommitdiffstats
path: root/heli-x.install
diff options
context:
space:
mode:
author0b1001002021-12-28 22:01:39 +0100
committer0b1001002021-12-28 22:14:10 +0100
commitc1cc973db1f0537f4c01daf403fe85856ea26c85 (patch)
tree29f7e728df65bb37a3dcda2a4488e00dee153814 /heli-x.install
parent5f77d282c65558d6b874b9e7fac4400258437d38 (diff)
downloadaur-c1cc973db1f0537f4c01daf403fe85856ea26c85.tar.gz
Update to 10.0.2465
Use a custom writable config folder inside HOME Add wrapper which handles config folder creation and resource updates Add patch to use the installed java runtime engine Extract application icons from the source ico file Add user manuals and license files Simplify the desktop file
Diffstat (limited to 'heli-x.install')
-rw-r--r--heli-x.install9
1 files changed, 0 insertions, 9 deletions
diff --git a/heli-x.install b/heli-x.install
deleted file mode 100644
index ea579ebcada3..000000000000
--- a/heli-x.install
+++ /dev/null
@@ -1,9 +0,0 @@
-post_install() {
- if [ -x usr/bin/gtk-update-icon-cache ]; then usr/bin/gtk-update-icon-cache usr/share/icons/hicolor/; fi
- if [ -x usr/bin/update-desktop-database ]; then usr/bin/update-desktop-database; fi
-}
-
-post_remove() {
- if [ -x usr/bin/gtk-update-icon-cache ]; then usr/bin/gtk-update-icon-cache usr/share/icons/hicolor/; fi
- if [ -x usr/bin/update-desktop-database ]; then usr/bin/update-desktop-database; fi
-}