Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
647
Issues
647
List
Boards
Labels
Service Desk
Milestones
Merge Requests
208
Merge Requests
208
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
5e1d1da0
Commit
5e1d1da0
authored
Mar 27, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
extra/less: added post-deinstall script to restore busybox links
parent
c19fef03
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
extra/less/APKBUILD
extra/less/APKBUILD
+6
-7
extra/less/less.post-deinstall
extra/less/less.post-deinstall
+3
-0
No files found.
extra/less/APKBUILD
View file @
5e1d1da0
...
...
@@ -2,15 +2,16 @@
# Maintainer: Cameron Banta <cbanta@gmail.com>
pkgname
=
less
pkgver
=
418
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"File pager"
url
=
"http://www.greenwoodsoftware.com/less/"
license
=
"GPL"
depends
=
"uclibc ncurses"
makedepends
=
"ncurses-dev"
install
=
install
=
"
$pkgname
.post-deinstall"
subpackages
=
"
$pkgname
-doc"
source
=
"http://www.greenwoodsoftware.com/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz"
source
=
"http://www.greenwoodsoftware.com/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz
$install
"
build
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
...
...
@@ -21,9 +22,7 @@ build() {
--infodir
=
/usr/share/info
make
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
# install -m755 -D "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname
# install -m644 -D "$srcdir"/$pkgname.confd "$pkgdir"/etc/conf.d/$pkgname
}
md5sums
=
"b5864d76c54ddf4627fd57ab333c88b4 less-418.tar.gz"
md5sums
=
"b5864d76c54ddf4627fd57ab333c88b4 less-418.tar.gz
b84506d253e04db3c5af9016fead45a3 less.post-deinstall"
extra/less/less.post-deinstall
0 → 100644
View file @
5e1d1da0
#!/bin/sh
busybox
--install
-s
Write
Preview
Markdown
is supported
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