diff options
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | pcmanfm.install | 2 |
2 files changed, 1 insertions, 5 deletions
@@ -11,7 +11,7 @@ license=('GPL') depends=('libfm-gtk-git') makedepends=('git' 'intltool' 'pkg-config') optdepends=('gvfs: mounting of local and remote drives' - 'gnome-menus: applications menu and "Open with..." dialog') + 'gnome-menus: applications menu and "Open with..." dialog') provides=('pcmanfm') conflicts=('pcmanfm') install=pcmanfm.install @@ -33,5 +33,3 @@ build() { package() { make -C pcmanfm DESTDIR="$pkgdir" install } - -# vim: set ts=2 sts=2 sw=2 noet: diff --git a/pcmanfm.install b/pcmanfm.install index e511b97..2eef144 100644 --- a/pcmanfm.install +++ b/pcmanfm.install @@ -10,5 +10,3 @@ post_upgrade() { post_remove() { post_install $1 } - -# vim: set ts=4 sw=4 noet: |