Skip to content

Commit f316386

Browse files
committed
PKGBUILD: add /etc/iptsd.conf to backup
This stops pacman from deleting users' configs that have changes in them whenever the package is updated.
1 parent e211f37 commit f316386

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

PKGBUILD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ makedepends=(
2222
'udev'
2323
)
2424

25+
backup=(
26+
'etc/iptsd.conf'
27+
)
28+
2529
build() {
2630
cd $startdir
2731

0 commit comments

Comments
 (0)