Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
bot-test
packages
gpm
Commits
756c0392
Commit
756c0392
authored
Aug 04, 2016
by
Christian Hesse
😜
Browse files
pacman hooks rebuild - remove install script
parent
22682936
Changes
2
Hide whitespace changes
Inline
Side-by-side
PKGBUILD
View file @
756c0392
...
...
@@ -2,14 +2,13 @@
pkgname
=
gpm
pkgver
=
1.20.7
pkgrel
=
6
pkgrel
=
7
pkgdesc
=
"A mouse server for the console and xterm"
arch
=(
'i686'
'x86_64'
)
url
=
"http://www.nico.schottelius.org/software/gpm/"
license
=(
'GPL'
)
depends
=(
'bash'
)
options
=(
'!makeflags'
)
install
=
gpm.install
source
=(
http://www.nico.schottelius.org/software/gpm/archives/
${
pkgname
}
-
${
pkgver
}
.tar.lzma
gpm.sh gpm.service
)
sha1sums
=(
'8d9f3655c80ce7667d31ede2a100b44986480369'
...
...
gpm.install
deleted
100644 → 0
View file @
22682936
infodir
=/
usr
/
share
/
info
file
=
gpm
.
info
.
gz
post_install
()
{
[
-
x
usr
/
bin
/
install
-
info
]
||
return
0
install
-
info
$infodir
/
$file
$infodir
/
dir
2
>
/
dev
/
null
}
post_upgrade
()
{
post_install
$
1
}
pre_remove
()
{
[
-
x
usr
/
bin
/
install
-
info
]
||
return
0
install
-
info
--
delete
$infodir
/
$file
$infodir
/
dir
2
>
/
dev
/
null
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment