summarylogtreecommitdiffstats
path: root/sooperlooper.install
diff options
context:
space:
mode:
authorDavid Runge2021-06-03 09:58:57 +0200
committerDavid Runge2021-06-03 09:58:57 +0200
commit4e74f46d0d08838f58f98c486364ef30b081d46d (patch)
treed317bb3f65cbefdecd00bef4820cd8672c1f91c8 /sooperlooper.install
parent8c07a191aa4d87ca172d04b1a227fac87c4ef960 (diff)
downloadaur-4e74f46d0d08838f58f98c486364ef30b081d46d.tar.gz
Upgrade to 1.7.7
PKGBUILD: Generate icon using imagemagick. Generate XDG desktop file using gendesk. Remove hardcoded XDG desktop, install and icon file.
Diffstat (limited to 'sooperlooper.install')
-rw-r--r--sooperlooper.install27
1 files changed, 0 insertions, 27 deletions
diff --git a/sooperlooper.install b/sooperlooper.install
deleted file mode 100644
index 07e03b8a4087..000000000000
--- a/sooperlooper.install
+++ /dev/null
@@ -1,27 +0,0 @@
-post_install() {
- cat << EOF
-
->>> If slgui cannot connect to the engine giving:
-
- "Lost connection to SooperLooper engine.
- See the Preferences->Connections tab to start a new one"
-
->>> then you have to manually add your hostname alias in your /etc/hosts:
-
- 127.0.0.1 localhost.localdomain localhost yourhostname
-
->>> or you can do it automatically using this one liner (you need su or sudo):
-
- sed -i "/127.0.0.1/s/$/\t$(hostname)/" /etc/hosts
-
-EOF
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}