Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frode-h authored Apr 18, 2024
1 parent 565b52c commit 2492a5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ To build a Debian package of this project, follow these steps:
To change the atime of the files belonging to a package
you can run something like this:
```
sudo apt -y install cowsay
export DATE=$(date -d "7 days ago" +%Y%m%d%H%M)
for file in `dpkg -L cowsay` ; do sudo touch -a -t $DATE $file; done
```

0 comments on commit 2492a5f

Please sign in to comment.