~dricottone/huttese-apk

ref: 0525f6236da1aef9b7a795325b85c51cbdba043d huttese-apk/sr.ht/git.sr.ht/git.sr.ht.post-upgrade -rw-r--r-- 104 bytes
0525f623 — Drew DeVault Add git.sr.ht package 5 years ago
                                                                                
0525f623 Drew DeVault
1
2
3
4
5
6
#!/bin/sh
conf=/etc/sr.ht/alembic/meta.ini
if [ -e "$conf" ]
then
	alembic-3 -c "$conf" upgrade head
fi