Remove obsolete install and gitignore files
This commit is contained in:
parent
499edeb25f
commit
617508eea4
3 changed files with 0 additions and 10 deletions
1
.SRCINFO
1
.SRCINFO
|
@ -3,7 +3,6 @@ pkgbase = sublime-text-4
|
|||
pkgver = 4.4126
|
||||
pkgrel = 1
|
||||
url = https://www.sublimetext.com/download
|
||||
install = sublime-text-4.install
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
license = custom
|
||||
|
|
1
PKGBUILD
1
PKGBUILD
|
@ -11,7 +11,6 @@ depends=('libpng' 'gtk3')
|
|||
optdepends=('gksu: sudo-save support')
|
||||
conflicts=('sublime-text')
|
||||
provides=('sublime-text')
|
||||
install=${pkgname}.install
|
||||
|
||||
source=('sublime_text.desktop')
|
||||
source_x86_64=("https://download.sublimetext.com/sublime_text_build_${pkgver:2}_x64.tar.xz")
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
post_install() {
|
||||
# Update icon cache.
|
||||
gtk-update-icon-cache -f '/usr/share/icons/hicolor' > /dev/null 2>&1
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
Loading…
Reference in a new issue