Skip to content

Commit

Permalink
2024-06-25 Fred Gleason <[email protected]>
Browse files Browse the repository at this point in the history
	* Removed 'rd_backup_system.sh' and 'rd_restore_system.sh' from
	'/usr/share/rivendell/'.

Signed-off-by: Fred Gleason <[email protected]>
  • Loading branch information
ElvishArtisan committed Jun 25, 2024
1 parent c9713c9 commit d009607
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -24810,3 +24810,6 @@
* Removed the 'Wants=' rule from the 'rivendell' Systemd service.
2024-06-11 Fred Gleason <[email protected]>
* Incremented the package version 4.2.2int1.
2024-06-25 Fred Gleason <[email protected]>
* Removed 'rd_backup_system.sh' and 'rd_restore_system.sh' from
'/usr/share/rivendell/'.
6 changes: 1 addition & 5 deletions scripts/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
##
## Scripts Directory Makefile.am for Rivendell
##
## (C) Copyright 2002-2012,2016 Fred Gleason <[email protected]>
## (C) Copyright 2002-2024 Fred Gleason <[email protected]>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License version 2 as
Expand All @@ -24,13 +24,9 @@ install-exec-local:
mkdir -p $(DESTDIR)/etc/X11/xinit/xinitrc.d
cp start-rdmonitor.sh $(DESTDIR)/etc/X11/xinit/xinitrc.d/
mkdir -p $(DESTDIR)/usr/share/rivendell
cp rd_backup_system.sh $(DESTDIR)/usr/share/rivendell/
cp rd_restore_system.sh $(DESTDIR)/usr/share/rivendell/

uninstall-local:
rm -f $(DESTDIR)/etc/X11/xinit/xinitrc.d/start-rdmonitor.sh
rm -f $(DESTDIR)/usr/share/rivendell/rd_backup_system.sh
rm -f $(DESTDIR)/usr/share/rivendell/rd_restore_system.sh

bin_SCRIPTS = crc-unity4k.sh\
rd_audio_sync\
Expand Down

0 comments on commit d009607

Please sign in to comment.