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
Knot DNS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
22
Issues
22
List
Boards
Labels
Service Desk
Milestones
Merge Requests
18
Merge Requests
18
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Knot projects
Knot DNS
Commits
730c6346
Commit
730c6346
authored
May 27, 2013
by
Ondřej Surý
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add uninstall-local hook to remove installed example configuration
Change-Id: Id49b2b0a59cf9013aacc71e20f6764fc0e84d9fa
parent
2c976ec7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
samples/Makefile.am
samples/Makefile.am
+6
-0
No files found.
samples/Makefile.am
View file @
730c6346
...
...
@@ -20,5 +20,11 @@ install-data-local: knot.sample.conf
[
-f
$(DESTDIR)
/
$(sysconfdir)
/knot.sample.conf
]
||
\
$(INSTALL_DATA)
knot.sample.conf
$(srcdir)
/example.com.zone
$(DESTDIR)
/
$(sysconfdir)
uninstall-local
:
[
-f
$(DESTDIR)
/
$(sysconfdir)
/knot.sample.conf
]
&&
\
rm
-f
$(DESTDIR)
/
$(sysconfdir)
/knot.sample.conf
[
-f
$(DESTDIR)
/
$(sysconfdir)
/example.com.zone
]
&&
\
rm
-f
$(DESTDIR)
/
$(sysconfdir)
/example.com.zone
clean-local
:
rm
-f
knot.sample.conf
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