Tagged Questions
0
votes
1answer
127 views
Trigger script execution on after apt-get upgrade for a certain package?
Question:
I have customized an application startup script.
Unfortunately, it gets overwritten every time I do
apt-get dist-upgrade
when there is an update available (quite often).
Now I have ...