Fix rm(1) invocations.

This commit is contained in:
ajacoutot 2021-11-18 10:23:09 +00:00
parent 4812e9dfc1
commit 6732bab863
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.73 2021/11/18 10:10:54 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.74 2021/11/18 10:23:09 ajacoutot Exp $
# when gtk+4 support is added, split into multi packages (gtk+{2,3,4})
@ -14,7 +14,7 @@ PKGNAME-main = ibus-${GH_TAGNAME}
PKGNAME-gtk2 = ibus-gtk2-${GH_TAGNAME}
PKGNAME-gtk4 = ibus-gtk4-${GH_TAGNAME}
REVISION-main = 2
REVISION-main = 3
REVISION-gtk2 = 1
REVISION-gtk4 = 1

View File

@ -1,8 +1,8 @@
@comment $OpenBSD: PLIST-main,v 1.4 2021/11/18 10:12:17 ajacoutot Exp $
@comment $OpenBSD: PLIST-main,v 1.5 2021/11/18 10:23:09 ajacoutot Exp $
@pkgpath inputmethods/ibus
@define-tag ibus-write-cache at-end %D/bin/ibus write-cache --system
@tag ibus-write-cache
@unexec-delete rm -f /var/cache/ibus/*
@unexec-delete rm -rf /var/cache/ibus/*
@bin bin/ibus
@bin bin/ibus-daemon
bin/ibus-setup
@ -208,4 +208,4 @@ share/vala/vapi/ibus-1.0.vapi
@tag update-desktop-database
@exec %D/bin/dconf update
@unexec-delete %D/bin/dconf update
@unexec-delete rm -rf ${SYSCONFDIR}/dconf/db/ibus
@unexec-delete rm -f ${SYSCONFDIR}/dconf/db/ibus