Skip to content

Commit

Permalink
news/inn*: use @dir instead of home made equivalent
Browse files Browse the repository at this point in the history
  • Loading branch information
bapt committed Apr 24, 2023
1 parent 15d86bd commit 88574b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions news/inn-current/pkg-plist
@@ -1,6 +1,6 @@
@owner news
@group news
@preexec mkdir -p %%NEWSBASE%%
@dir %%NEWSBASE%%
%%CWDNEWSBASE%%
bin/actmerge
bin/actsync
Expand Down Expand Up @@ -404,4 +404,3 @@ man/man8/writelog.8.gz
@dir %%DBDIR%%
@dir %%LOGDIR%%/OLD
@dir %%LOGDIR%%
@postunexec rmdir %%NEWSBASE%% 2>/dev/null ||( echo "===> If you don't plan to use inn later, you can safely remove %%NEWSBASE%%. Deinstall process kept these files intact:" | fmt && for i in $(find %D/news -type f); do echo " - $i"; done)
3 changes: 1 addition & 2 deletions news/inn/pkg-plist
@@ -1,6 +1,6 @@
@owner news
@group news
@preexec mkdir -p %%NEWSBASE%%
@dir %%NEWSBASE%%
%%CWDNEWSBASE%%
bin/actmerge
bin/actsync
Expand Down Expand Up @@ -402,4 +402,3 @@ man/man8/writelog.8.gz
@dir %%DBDIR%%
@dir %%LOGDIR%%/OLD
@dir %%LOGDIR%%
@postunexec rmdir %%NEWSBASE%% 2>/dev/null ||( echo "===> If you don't plan to use inn later, you can safely remove %%NEWSBASE%%. Deinstall process kept these files intact:" | fmt && for i in $(find %D/news -type f); do echo " - $i"; done)

0 comments on commit 88574b6

Please sign in to comment.